Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
WorkItemStatus |
WorkItemStatus.clone() |
WorkItemStatus |
WorkItemStatus.set(String fieldName,
Object value) |
WorkItemStatus |
WorkItemStatus.setCompleted(Boolean completed)
True if the WorkItem was completed (successfully or unsuccessfully).
|
WorkItemStatus |
WorkItemStatus.setCounterUpdates(List<CounterUpdate> counterUpdates)
Worker output counters for this WorkItem.
|
WorkItemStatus |
WorkItemStatus.setDynamicSourceSplit(DynamicSourceSplit dynamicSourceSplit)
See documentation of stop_position.
|
WorkItemStatus |
WorkItemStatus.setErrors(List<Status> errors)
Specifies errors which occurred during processing.
|
WorkItemStatus |
WorkItemStatus.setMetricUpdates(List<MetricUpdate> metricUpdates)
DEPRECATED in favor of counter_updates.
|
WorkItemStatus |
WorkItemStatus.setProgress(ApproximateProgress progress)
DEPRECATED in favor of reported_progress.
|
WorkItemStatus |
WorkItemStatus.setReportedProgress(ApproximateReportedProgress reportedProgress)
The worker's progress through this WorkItem.
|
WorkItemStatus |
WorkItemStatus.setReportIndex(Long reportIndex)
The report index.
|
WorkItemStatus |
WorkItemStatus.setRequestedLeaseDuration(String requestedLeaseDuration)
Amount of time the worker requests for its lease.
|
WorkItemStatus |
WorkItemStatus.setSourceFork(SourceFork sourceFork)
DEPRECATED in favor of dynamic_source_split.
|
WorkItemStatus |
WorkItemStatus.setSourceOperationResponse(SourceOperationResponse sourceOperationResponse)
If the work item represented a SourceOperationRequest, and the work is completed, contains the
result of the operation.
|
WorkItemStatus |
WorkItemStatus.setStopPosition(Position stopPosition)
A worker may split an active map task in two parts, "primary" and "residual", continuing to
process the primary part and returning the residual part into the pool of available work.
|
WorkItemStatus |
WorkItemStatus.setWorkItemId(String workItemId)
Identifies the WorkItem.
|
Modifier and Type | Method and Description |
---|---|
List<WorkItemStatus> |
ReportWorkItemStatusRequest.getWorkItemStatuses()
The order is unimportant, except that the order of the WorkItemServiceState messages in the
ReportWorkItemStatusResponse corresponds to the order of WorkItemStatus messages here.
|
Modifier and Type | Method and Description |
---|---|
ReportWorkItemStatusRequest |
ReportWorkItemStatusRequest.setWorkItemStatuses(List<WorkItemStatus> workItemStatuses)
The order is unimportant, except that the order of the WorkItemServiceState messages in the
ReportWorkItemStatusResponse corresponds to the order of WorkItemStatus messages here.
|