Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
WorkItemServiceState |
WorkItemServiceState.clone() |
WorkItemServiceState |
WorkItemServiceState.set(String fieldName,
Object value) |
WorkItemServiceState |
WorkItemServiceState.setCompleteWorkStatus(Status completeWorkStatus)
If set, a request to complete the work item with the given status.
|
WorkItemServiceState |
WorkItemServiceState.setHarnessData(Map<String,Object> harnessData)
Other data returned by the service, specific to the particular worker harness.
|
WorkItemServiceState |
WorkItemServiceState.setHotKeyDetection(HotKeyDetection hotKeyDetection)
A hot key is a symptom of poor data distribution in which there are enough elements mapped to a
single key to impact pipeline performance.
|
WorkItemServiceState |
WorkItemServiceState.setLeaseExpireTime(String leaseExpireTime)
Time at which the current lease will expire.
|
WorkItemServiceState |
WorkItemServiceState.setMetricShortId(List<MetricShortId> metricShortId)
The short ids that workers should use in subsequent metric updates.
|
WorkItemServiceState |
WorkItemServiceState.setNextReportIndex(Long nextReportIndex)
The index value to use for the next report sent by the worker.
|
WorkItemServiceState |
WorkItemServiceState.setReportStatusInterval(String reportStatusInterval)
New recommended reporting interval.
|
WorkItemServiceState |
WorkItemServiceState.setSplitRequest(ApproximateSplitRequest splitRequest)
The progress point in the WorkItem where the Dataflow service suggests that the worker truncate
the task.
|
WorkItemServiceState |
WorkItemServiceState.setSuggestedStopPoint(ApproximateProgress suggestedStopPoint)
DEPRECATED in favor of split_request.
|
WorkItemServiceState |
WorkItemServiceState.setSuggestedStopPosition(Position suggestedStopPosition)
Obsolete, always empty.
|
Modifier and Type | Method and Description |
---|---|
List<WorkItemServiceState> |
ReportWorkItemStatusResponse.getWorkItemServiceStates()
A set of messages indicating the service-side state for each WorkItem whose status was
reported, in the same order as the WorkItemStatus messages in the ReportWorkItemStatusRequest
which resulting in this response.
|
Modifier and Type | Method and Description |
---|---|
ReportWorkItemStatusResponse |
ReportWorkItemStatusResponse.setWorkItemServiceStates(List<WorkItemServiceState> workItemServiceStates)
A set of messages indicating the service-side state for each WorkItem whose status was
reported, in the same order as the WorkItemStatus messages in the ReportWorkItemStatusRequest
which resulting in this response.
|
Copyright © 2011–2020 Google. All rights reserved.