Uses of Interface
com.google.dataflow.v1beta3.ComputationTopologyOrBuilder
-
Packages that use ComputationTopologyOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of ComputationTopologyOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement ComputationTopologyOrBuilder Modifier and Type Class Description class
ComputationTopology
All configuration data for a particular Computation.static class
ComputationTopology.Builder
All configuration data for a particular Computation.Methods in com.google.dataflow.v1beta3 that return ComputationTopologyOrBuilder Modifier and Type Method Description ComputationTopologyOrBuilder
TopologyConfig.Builder. getComputationsOrBuilder(int index)
The computations associated with a streaming Dataflow job.ComputationTopologyOrBuilder
TopologyConfig. getComputationsOrBuilder(int index)
The computations associated with a streaming Dataflow job.ComputationTopologyOrBuilder
TopologyConfigOrBuilder. getComputationsOrBuilder(int index)
The computations associated with a streaming Dataflow job.Methods in com.google.dataflow.v1beta3 that return types with arguments of type ComputationTopologyOrBuilder Modifier and Type Method Description List<? extends ComputationTopologyOrBuilder>
TopologyConfig.Builder. getComputationsOrBuilderList()
The computations associated with a streaming Dataflow job.List<? extends ComputationTopologyOrBuilder>
TopologyConfig. getComputationsOrBuilderList()
The computations associated with a streaming Dataflow job.List<? extends ComputationTopologyOrBuilder>
TopologyConfigOrBuilder. getComputationsOrBuilderList()
The computations associated with a streaming Dataflow job.
-