Package io.dingodb.meta
Interface Meta.IndexMetricsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.IndexMetrics,Meta.IndexMetrics.Builder
- Enclosing class:
- Meta
public static interface Meta.IndexMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongcurrent countlongdeleted countlonggetMaxId()max idcom.google.protobuf.ByteStringbytes max_key = 3;longmemeory unit byteslonggetMinId()min idcom.google.protobuf.ByteStringbytes min_key = 2;longint64 part_count = 4;longint64 rows_count = 1;vector index type .intvector index type .Methods 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.
-
getVectorIndexTypeValue
int getVectorIndexTypeValue()vector index type . reserve to do one of for each different algorithm.
.dingodb.pb.common.VectorIndexType vector_index_type = 20;- Returns:
- The enum numeric value on the wire for vectorIndexType.
-
getVectorIndexType
Common.VectorIndexType getVectorIndexType()vector index type . reserve to do one of for each different algorithm.
.dingodb.pb.common.VectorIndexType vector_index_type = 20;- Returns:
- The vectorIndexType.
-
getCurrentCount
long getCurrentCount()current count
int64 current_count = 21;- Returns:
- The currentCount.
-
getDeletedCount
long getDeletedCount()deleted count
int64 deleted_count = 22;- Returns:
- The deletedCount.
-
getMaxId
long getMaxId()max id
int64 max_id = 23;- Returns:
- The maxId.
-
getMinId
long getMinId()min id
int64 min_id = 24;- Returns:
- The minId.
-
getMemoryBytes
long getMemoryBytes()memeory unit bytes
int64 memory_bytes = 25;- Returns:
- The memoryBytes.
-