public abstract class DataBridgeController extends Object
| Modifier and Type | Field and Description |
|---|---|
static Integer |
MAX_THREADS |
static Integer |
MIN_THREADS |
protected S3Service |
s3Service |
| Constructor and Description |
|---|
DataBridgeController() |
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
adjustIntegerValue(Integer origValue,
Integer minValue,
Integer maxValue)
Adjusts an Integer value according to the specified range of values.
|
protected String |
getStorageNameFromManifest(DataBridgeBaseManifestDto manifest)
Gets the storage name from a databridge manifest.
|
public static final Integer MAX_THREADS
public static final Integer MIN_THREADS
@Autowired protected S3Service s3Service
protected Integer adjustIntegerValue(Integer origValue, Integer minValue, Integer maxValue)
origValue - the original value to be adjustedminValue - the minimum value of the rangemaxValue - the maximum value of the rangeprotected String getStorageNameFromManifest(DataBridgeBaseManifestDto manifest)
S3 managed storage when manifest does not specify a
storage name. The storage name is whitespace trimmed.manifest - Databridge manifestCopyright © 2021. All rights reserved.