Package com.google.dataflow.v1beta3
Interface ComputationTopologyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComputationTopology,ComputationTopology.Builder
public interface ComputationTopologyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetComputationId()The ID of the computation.com.google.protobuf.ByteStringgetComputationIdBytes()The ID of the computation.StreamLocationgetInputs(int index)The inputs to the computation.intgetInputsCount()The inputs to the computation.List<StreamLocation>getInputsList()The inputs to the computation.StreamLocationOrBuildergetInputsOrBuilder(int index)The inputs to the computation.List<? extends StreamLocationOrBuilder>getInputsOrBuilderList()The inputs to the computation.KeyRangeLocationgetKeyRanges(int index)The key ranges processed by the computation.intgetKeyRangesCount()The key ranges processed by the computation.List<KeyRangeLocation>getKeyRangesList()The key ranges processed by the computation.KeyRangeLocationOrBuildergetKeyRangesOrBuilder(int index)The key ranges processed by the computation.List<? extends KeyRangeLocationOrBuilder>getKeyRangesOrBuilderList()The key ranges processed by the computation.StreamLocationgetOutputs(int index)The outputs from the computation.intgetOutputsCount()The outputs from the computation.List<StreamLocation>getOutputsList()The outputs from the computation.StreamLocationOrBuildergetOutputsOrBuilder(int index)The outputs from the computation.List<? extends StreamLocationOrBuilder>getOutputsOrBuilderList()The outputs from the computation.StateFamilyConfiggetStateFamilies(int index)The state family values.intgetStateFamiliesCount()The state family values.List<StateFamilyConfig>getStateFamiliesList()The state family values.StateFamilyConfigOrBuildergetStateFamiliesOrBuilder(int index)The state family values.List<? extends StateFamilyConfigOrBuilder>getStateFamiliesOrBuilderList()The state family values.StringgetSystemStageName()The system stage name.com.google.protobuf.ByteStringgetSystemStageNameBytes()The system stage name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSystemStageName
String getSystemStageName()
The system stage name.
string system_stage_name = 1;- Returns:
- The systemStageName.
-
getSystemStageNameBytes
com.google.protobuf.ByteString getSystemStageNameBytes()
The system stage name.
string system_stage_name = 1;- Returns:
- The bytes for systemStageName.
-
getComputationId
String getComputationId()
The ID of the computation.
string computation_id = 5;- Returns:
- The computationId.
-
getComputationIdBytes
com.google.protobuf.ByteString getComputationIdBytes()
The ID of the computation.
string computation_id = 5;- Returns:
- The bytes for computationId.
-
getKeyRangesList
List<KeyRangeLocation> getKeyRangesList()
The key ranges processed by the computation.
repeated .google.dataflow.v1beta3.KeyRangeLocation key_ranges = 2;
-
getKeyRanges
KeyRangeLocation getKeyRanges(int index)
The key ranges processed by the computation.
repeated .google.dataflow.v1beta3.KeyRangeLocation key_ranges = 2;
-
getKeyRangesCount
int getKeyRangesCount()
The key ranges processed by the computation.
repeated .google.dataflow.v1beta3.KeyRangeLocation key_ranges = 2;
-
getKeyRangesOrBuilderList
List<? extends KeyRangeLocationOrBuilder> getKeyRangesOrBuilderList()
The key ranges processed by the computation.
repeated .google.dataflow.v1beta3.KeyRangeLocation key_ranges = 2;
-
getKeyRangesOrBuilder
KeyRangeLocationOrBuilder getKeyRangesOrBuilder(int index)
The key ranges processed by the computation.
repeated .google.dataflow.v1beta3.KeyRangeLocation key_ranges = 2;
-
getInputsList
List<StreamLocation> getInputsList()
The inputs to the computation.
repeated .google.dataflow.v1beta3.StreamLocation inputs = 3;
-
getInputs
StreamLocation getInputs(int index)
The inputs to the computation.
repeated .google.dataflow.v1beta3.StreamLocation inputs = 3;
-
getInputsCount
int getInputsCount()
The inputs to the computation.
repeated .google.dataflow.v1beta3.StreamLocation inputs = 3;
-
getInputsOrBuilderList
List<? extends StreamLocationOrBuilder> getInputsOrBuilderList()
The inputs to the computation.
repeated .google.dataflow.v1beta3.StreamLocation inputs = 3;
-
getInputsOrBuilder
StreamLocationOrBuilder getInputsOrBuilder(int index)
The inputs to the computation.
repeated .google.dataflow.v1beta3.StreamLocation inputs = 3;
-
getOutputsList
List<StreamLocation> getOutputsList()
The outputs from the computation.
repeated .google.dataflow.v1beta3.StreamLocation outputs = 4;
-
getOutputs
StreamLocation getOutputs(int index)
The outputs from the computation.
repeated .google.dataflow.v1beta3.StreamLocation outputs = 4;
-
getOutputsCount
int getOutputsCount()
The outputs from the computation.
repeated .google.dataflow.v1beta3.StreamLocation outputs = 4;
-
getOutputsOrBuilderList
List<? extends StreamLocationOrBuilder> getOutputsOrBuilderList()
The outputs from the computation.
repeated .google.dataflow.v1beta3.StreamLocation outputs = 4;
-
getOutputsOrBuilder
StreamLocationOrBuilder getOutputsOrBuilder(int index)
The outputs from the computation.
repeated .google.dataflow.v1beta3.StreamLocation outputs = 4;
-
getStateFamiliesList
List<StateFamilyConfig> getStateFamiliesList()
The state family values.
repeated .google.dataflow.v1beta3.StateFamilyConfig state_families = 7;
-
getStateFamilies
StateFamilyConfig getStateFamilies(int index)
The state family values.
repeated .google.dataflow.v1beta3.StateFamilyConfig state_families = 7;
-
getStateFamiliesCount
int getStateFamiliesCount()
The state family values.
repeated .google.dataflow.v1beta3.StateFamilyConfig state_families = 7;
-
getStateFamiliesOrBuilderList
List<? extends StateFamilyConfigOrBuilder> getStateFamiliesOrBuilderList()
The state family values.
repeated .google.dataflow.v1beta3.StateFamilyConfig state_families = 7;
-
getStateFamiliesOrBuilder
StateFamilyConfigOrBuilder getStateFamiliesOrBuilder(int index)
The state family values.
repeated .google.dataflow.v1beta3.StateFamilyConfig state_families = 7;
-
-