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 KeyRangeLocationKeyRangeLocation.Builder. build()KeyRangeLocationKeyRangeLocation.Builder. buildPartial()static KeyRangeLocationKeyRangeLocation. getDefaultInstance()KeyRangeLocationKeyRangeLocation.Builder. getDefaultInstanceForType()KeyRangeLocationKeyRangeLocation. getDefaultInstanceForType()KeyRangeLocationComputationTopology.Builder. getKeyRanges(int index)The key ranges processed by the computation.KeyRangeLocationComputationTopology. getKeyRanges(int index)The key ranges processed by the computation.KeyRangeLocationComputationTopologyOrBuilder. getKeyRanges(int index)The key ranges processed by the computation.static KeyRangeLocationKeyRangeLocation. parseDelimitedFrom(InputStream input)static KeyRangeLocationKeyRangeLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyRangeLocationKeyRangeLocation. parseFrom(byte[] data)static KeyRangeLocationKeyRangeLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyRangeLocationKeyRangeLocation. parseFrom(com.google.protobuf.ByteString data)static KeyRangeLocationKeyRangeLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyRangeLocationKeyRangeLocation. parseFrom(com.google.protobuf.CodedInputStream input)static KeyRangeLocationKeyRangeLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyRangeLocationKeyRangeLocation. parseFrom(InputStream input)static KeyRangeLocationKeyRangeLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyRangeLocationKeyRangeLocation. parseFrom(ByteBuffer data)static KeyRangeLocationKeyRangeLocation. 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.BuilderComputationTopology.Builder. addKeyRanges(int index, KeyRangeLocation value)The key ranges processed by the computation.ComputationTopology.BuilderComputationTopology.Builder. addKeyRanges(KeyRangeLocation value)The key ranges processed by the computation.KeyRangeLocation.BuilderKeyRangeLocation.Builder. mergeFrom(KeyRangeLocation other)static KeyRangeLocation.BuilderKeyRangeLocation. newBuilder(KeyRangeLocation prototype)ComputationTopology.BuilderComputationTopology.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.BuilderComputationTopology.Builder. addAllKeyRanges(Iterable<? extends KeyRangeLocation> values)The key ranges processed by the computation.
-