Package io.dingodb.meta
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 TypeMethodDescriptioncom.google.protobuf.ByteStringbytes max_key = 3;com.google.protobuf.ByteStringbytes min_key = 2;longint64 part_count = 4;longint64 rows_count = 1;longapproximate table size in bytesMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-