Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
SourceSplitOptions |
SourceSplitOptions.clone() |
SourceSplitOptions |
SourceSplitRequest.getOptions()
Hints for tuning the splitting process.
|
SourceSplitOptions |
SourceSplitOptions.set(String fieldName,
Object value) |
SourceSplitOptions |
SourceSplitOptions.setDesiredBundleSizeBytes(Long desiredBundleSizeBytes)
The source should be split into a set of bundles where the estimated size of each is
approximately this many bytes.
|
SourceSplitOptions |
SourceSplitOptions.setDesiredShardSizeBytes(Long desiredShardSizeBytes)
DEPRECATED in favor of desired_bundle_size_bytes.
|
Modifier and Type | Method and Description |
---|---|
SourceSplitRequest |
SourceSplitRequest.setOptions(SourceSplitOptions options)
Hints for tuning the splitting process.
|