Uses of Interface
com.google.dataflow.v1beta3.WorkerPoolOrBuilder
-
Packages that use WorkerPoolOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of WorkerPoolOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement WorkerPoolOrBuilder Modifier and Type Class Description class
WorkerPool
Describes one particular pool of Cloud Dataflow workers to be instantiated by the Cloud Dataflow service in order to perform the computations required by a job.static class
WorkerPool.Builder
Describes one particular pool of Cloud Dataflow workers to be instantiated by the Cloud Dataflow service in order to perform the computations required by a job.Methods in com.google.dataflow.v1beta3 that return WorkerPoolOrBuilder Modifier and Type Method Description WorkerPoolOrBuilder
Environment.Builder. getWorkerPoolsOrBuilder(int index)
The worker pools.WorkerPoolOrBuilder
Environment. getWorkerPoolsOrBuilder(int index)
The worker pools.WorkerPoolOrBuilder
EnvironmentOrBuilder. getWorkerPoolsOrBuilder(int index)
The worker pools.Methods in com.google.dataflow.v1beta3 that return types with arguments of type WorkerPoolOrBuilder Modifier and Type Method Description List<? extends WorkerPoolOrBuilder>
Environment.Builder. getWorkerPoolsOrBuilderList()
The worker pools.List<? extends WorkerPoolOrBuilder>
Environment. getWorkerPoolsOrBuilderList()
The worker pools.List<? extends WorkerPoolOrBuilder>
EnvironmentOrBuilder. getWorkerPoolsOrBuilderList()
The worker pools.
-