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 classKeyRangeLocationLocation information for a specific key-range of a sharded computation.static classKeyRangeLocation.BuilderLocation information for a specific key-range of a sharded computation.Methods in com.google.dataflow.v1beta3 that return KeyRangeLocationOrBuilder Modifier and Type Method Description KeyRangeLocationOrBuilderComputationTopology.Builder. getKeyRangesOrBuilder(int index)The key ranges processed by the computation.KeyRangeLocationOrBuilderComputationTopology. getKeyRangesOrBuilder(int index)The key ranges processed by the computation.KeyRangeLocationOrBuilderComputationTopologyOrBuilder. 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.
-