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.
      • getInstanceToSegmentMapCount

        int getInstanceToSegmentMapCount()
        map<string, .org.apache.pinot.common.proto.SegmentMap> instanceToSegmentMap = 3;
      • containsInstanceToSegmentMap

        boolean containsInstanceToSegmentMap​(String key)
        map<string, .org.apache.pinot.common.proto.SegmentMap> instanceToSegmentMap = 3;
      • getInstanceToSegmentMapMap

        Map<String,​Worker.SegmentMap> getInstanceToSegmentMapMap()
        map<string, .org.apache.pinot.common.proto.SegmentMap> instanceToSegmentMap = 3;
      • getInstanceToSegmentMapOrDefault

        Worker.SegmentMap getInstanceToSegmentMapOrDefault​(String key,
                                                           Worker.SegmentMap defaultValue)
        map<string, .org.apache.pinot.common.proto.SegmentMap> instanceToSegmentMap = 3;
      • getInstanceToSegmentMapOrThrow

        Worker.SegmentMap getInstanceToSegmentMapOrThrow​(String key)
        map<string, .org.apache.pinot.common.proto.SegmentMap> instanceToSegmentMap = 3;
      • getTimeColumn

        String getTimeColumn()
        string timeColumn = 4;
        Returns:
        The timeColumn.
      • getTimeColumnBytes

        com.google.protobuf.ByteString getTimeColumnBytes()
        string timeColumn = 4;
        Returns:
        The bytes for timeColumn.
      • getTimeValue

        String getTimeValue()
        string timeValue = 5;
        Returns:
        The timeValue.
      • getTimeValueBytes

        com.google.protobuf.ByteString getTimeValueBytes()
        string timeValue = 5;
        Returns:
        The bytes for timeValue.