Uses of Class
com.google.dataflow.v1beta3.KeyRangeLocation
-
Packages that use KeyRangeLocation Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of KeyRangeLocation in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return KeyRangeLocation Modifier and Type Method Description KeyRangeLocation
KeyRangeLocation.Builder. build()
KeyRangeLocation
KeyRangeLocation.Builder. buildPartial()
static KeyRangeLocation
KeyRangeLocation. getDefaultInstance()
KeyRangeLocation
KeyRangeLocation.Builder. getDefaultInstanceForType()
KeyRangeLocation
KeyRangeLocation. getDefaultInstanceForType()
KeyRangeLocation
ComputationTopology.Builder. getKeyRanges(int index)
The key ranges processed by the computation.KeyRangeLocation
ComputationTopology. getKeyRanges(int index)
The key ranges processed by the computation.KeyRangeLocation
ComputationTopologyOrBuilder. getKeyRanges(int index)
The key ranges processed by the computation.static KeyRangeLocation
KeyRangeLocation. parseDelimitedFrom(InputStream input)
static KeyRangeLocation
KeyRangeLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyRangeLocation
KeyRangeLocation. parseFrom(byte[] data)
static KeyRangeLocation
KeyRangeLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyRangeLocation
KeyRangeLocation. parseFrom(com.google.protobuf.ByteString data)
static KeyRangeLocation
KeyRangeLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyRangeLocation
KeyRangeLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static KeyRangeLocation
KeyRangeLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyRangeLocation
KeyRangeLocation. parseFrom(InputStream input)
static KeyRangeLocation
KeyRangeLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyRangeLocation
KeyRangeLocation. parseFrom(ByteBuffer data)
static KeyRangeLocation
KeyRangeLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type KeyRangeLocation Modifier and Type Method Description List<KeyRangeLocation>
ComputationTopology.Builder. getKeyRangesList()
The key ranges processed by the computation.List<KeyRangeLocation>
ComputationTopology. getKeyRangesList()
The key ranges processed by the computation.List<KeyRangeLocation>
ComputationTopologyOrBuilder. getKeyRangesList()
The key ranges processed by the computation.com.google.protobuf.Parser<KeyRangeLocation>
KeyRangeLocation. getParserForType()
static com.google.protobuf.Parser<KeyRangeLocation>
KeyRangeLocation. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type KeyRangeLocation Modifier and Type Method Description ComputationTopology.Builder
ComputationTopology.Builder. addKeyRanges(int index, KeyRangeLocation value)
The key ranges processed by the computation.ComputationTopology.Builder
ComputationTopology.Builder. addKeyRanges(KeyRangeLocation value)
The key ranges processed by the computation.KeyRangeLocation.Builder
KeyRangeLocation.Builder. mergeFrom(KeyRangeLocation other)
static KeyRangeLocation.Builder
KeyRangeLocation. newBuilder(KeyRangeLocation prototype)
ComputationTopology.Builder
ComputationTopology.Builder. setKeyRanges(int index, KeyRangeLocation value)
The key ranges processed by the computation.Method parameters in com.google.dataflow.v1beta3 with type arguments of type KeyRangeLocation Modifier and Type Method Description ComputationTopology.Builder
ComputationTopology.Builder. addAllKeyRanges(Iterable<? extends KeyRangeLocation> values)
The key ranges processed by the computation.
-