Uses of Interface
com.google.dataflow.v1beta3.KeyRangeLocationOrBuilder
-
Packages that use KeyRangeLocationOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of KeyRangeLocationOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement KeyRangeLocationOrBuilder Modifier and Type Class Description class
KeyRangeLocation
Location information for a specific key-range of a sharded computation.static class
KeyRangeLocation.Builder
Location information for a specific key-range of a sharded computation.Methods in com.google.dataflow.v1beta3 that return KeyRangeLocationOrBuilder Modifier and Type Method Description KeyRangeLocationOrBuilder
ComputationTopology.Builder. getKeyRangesOrBuilder(int index)
The key ranges processed by the computation.KeyRangeLocationOrBuilder
ComputationTopology. getKeyRangesOrBuilder(int index)
The key ranges processed by the computation.KeyRangeLocationOrBuilder
ComputationTopologyOrBuilder. getKeyRangesOrBuilder(int index)
The key ranges processed by the computation.Methods in com.google.dataflow.v1beta3 that return types with arguments of type KeyRangeLocationOrBuilder Modifier and Type Method Description List<? extends KeyRangeLocationOrBuilder>
ComputationTopology.Builder. getKeyRangesOrBuilderList()
The key ranges processed by the computation.List<? extends KeyRangeLocationOrBuilder>
ComputationTopology. getKeyRangesOrBuilderList()
The key ranges processed by the computation.List<? extends KeyRangeLocationOrBuilder>
ComputationTopologyOrBuilder. getKeyRangesOrBuilderList()
The key ranges processed by the computation.
-