Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
ApproximateSplitRequest |
ApproximateSplitRequest.clone() |
ApproximateSplitRequest |
WorkItemServiceState.getSplitRequest()
The progress point in the WorkItem where the Dataflow service suggests that the worker truncate
the task.
|
ApproximateSplitRequest |
ApproximateSplitRequest.set(java.lang.String fieldName,
java.lang.Object value) |
ApproximateSplitRequest |
ApproximateSplitRequest.setFractionConsumed(java.lang.Double fractionConsumed)
A fraction at which to split the work item, from 0.0 (beginning of the input) to 1.0 (end of
the input).
|
ApproximateSplitRequest |
ApproximateSplitRequest.setPosition(Position position)
A Position at which to split the work item.
|
Modifier and Type | Method and Description |
---|---|
WorkItemServiceState |
WorkItemServiceState.setSplitRequest(ApproximateSplitRequest splitRequest)
The progress point in the WorkItem where the Dataflow service suggests that the worker truncate
the task.
|