Interface SegmentStatOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SegmentStat, SegmentStat.Builder

    public interface SegmentStatOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getDataSize()
      int64 data_size = 4;
      String getIndexName()
      string index_name = 3;
      com.google.protobuf.ByteString getIndexNameBytes()
      string index_name = 3;
      long getRowCount()
      int64 row_count = 2;
      String getSegmentName()
      string segment_name = 1;
      com.google.protobuf.ByteString getSegmentNameBytes()
      string segment_name = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSegmentName

        String getSegmentName()
        string segment_name = 1;
        Returns:
        The segmentName.
      • getSegmentNameBytes

        com.google.protobuf.ByteString getSegmentNameBytes()
        string segment_name = 1;
        Returns:
        The bytes for segmentName.
      • getRowCount

        long getRowCount()
        int64 row_count = 2;
        Returns:
        The rowCount.
      • getIndexName

        String getIndexName()
        string index_name = 3;
        Returns:
        The indexName.
      • getIndexNameBytes

        com.google.protobuf.ByteString getIndexNameBytes()
        string index_name = 3;
        Returns:
        The bytes for indexName.
      • getDataSize

        long getDataSize()
        int64 data_size = 4;
        Returns:
        The dataSize.