Uses of Interface
com.google.dataflow.v1beta3.WorkItemDetailsOrBuilder
-
Packages that use WorkItemDetailsOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of WorkItemDetailsOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement WorkItemDetailsOrBuilder Modifier and Type Class Description classWorkItemDetailsInformation about an individual work item execution.static classWorkItemDetails.BuilderInformation about an individual work item execution.Methods in com.google.dataflow.v1beta3 that return WorkItemDetailsOrBuilder Modifier and Type Method Description WorkItemDetailsOrBuilderWorkerDetails.Builder. getWorkItemsOrBuilder(int index)Work items processed by this worker, sorted by time.WorkItemDetailsOrBuilderWorkerDetails. getWorkItemsOrBuilder(int index)Work items processed by this worker, sorted by time.WorkItemDetailsOrBuilderWorkerDetailsOrBuilder. getWorkItemsOrBuilder(int index)Work items processed by this worker, sorted by time.Methods in com.google.dataflow.v1beta3 that return types with arguments of type WorkItemDetailsOrBuilder Modifier and Type Method Description List<? extends WorkItemDetailsOrBuilder>WorkerDetails.Builder. getWorkItemsOrBuilderList()Work items processed by this worker, sorted by time.List<? extends WorkItemDetailsOrBuilder>WorkerDetails. getWorkItemsOrBuilderList()Work items processed by this worker, sorted by time.List<? extends WorkItemDetailsOrBuilder>WorkerDetailsOrBuilder. getWorkItemsOrBuilderList()Work items processed by this worker, sorted by time.
-