Interface Worker.StageMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Worker.StageMetadata, Worker.StageMetadata.Builder
    Enclosing class:
    Worker

    public static interface Worker.StageMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getInstancesList

        List<String> getInstancesList()
        repeated string instances = 1;
        Returns:
        A list containing the instances.
      • getInstancesCount

        int getInstancesCount()
        repeated string instances = 1;
        Returns:
        The count of instances.
      • getInstances

        String getInstances​(int index)
        repeated string instances = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The instances at the given index.
      • getInstancesBytes

        com.google.protobuf.ByteString getInstancesBytes​(int index)
        repeated string instances = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the instances at the given index.
      • getDataSourcesList

        List<String> getDataSourcesList()
        repeated string dataSources = 2;
        Returns:
        A list containing the dataSources.
      • getDataSourcesCount

        int getDataSourcesCount()
        repeated string dataSources = 2;
        Returns:
        The count of dataSources.
      • getDataSources

        String getDataSources​(int index)
        repeated string dataSources = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The dataSources at the given index.
      • getDataSourcesBytes

        com.google.protobuf.ByteString getDataSourcesBytes​(int index)
        repeated string dataSources = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the dataSources at the given index.
      • getInstanceToSegmentListCount

        int getInstanceToSegmentListCount()
        map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
      • containsInstanceToSegmentList

        boolean containsInstanceToSegmentList​(String key)
        map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
      • getInstanceToSegmentListMap

        Map<String,​Worker.SegmentList> getInstanceToSegmentListMap()
        map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
      • getInstanceToSegmentListOrDefault

        Worker.SegmentList getInstanceToSegmentListOrDefault​(String key,
                                                             Worker.SegmentList defaultValue)
        map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
      • getInstanceToSegmentListOrThrow

        Worker.SegmentList getInstanceToSegmentListOrThrow​(String key)
        map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;