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 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;