Interface Meta.TableMetricsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Meta.TableMetrics, Meta.TableMetrics.Builder
Enclosing class:
Meta

public static interface Meta.TableMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes max_key = 3;
    com.google.protobuf.ByteString
    bytes min_key = 2;
    long
    int64 part_count = 4;
    long
    int64 rows_count = 1;
    long
    approximate table size in bytes

    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 Details

    • getRowsCount

      long getRowsCount()
      int64 rows_count = 1;
      Returns:
      The rowsCount.
    • getMinKey

      com.google.protobuf.ByteString getMinKey()
      bytes min_key = 2;
      Returns:
      The minKey.
    • getMaxKey

      com.google.protobuf.ByteString getMaxKey()
      bytes max_key = 3;
      Returns:
      The maxKey.
    • getPartCount

      long getPartCount()
      int64 part_count = 4;
      Returns:
      The partCount.
    • getTableSize

      long getTableSize()
       approximate table size in bytes
       
      int64 table_size = 5;
      Returns:
      The tableSize.