Package io.dingodb.common
Interface Common.VectorIndexMetricsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.VectorIndexMetrics,Common.VectorIndexMetrics.Builder
- Enclosing class:
- Common
public static interface Common.VectorIndexMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getVectorIndexTypeValue
int getVectorIndexTypeValue()vector index type . reserve to do one of for each different algorithm.
.dingodb.pb.common.VectorIndexType vector_index_type = 1;- 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 = 1;- Returns:
- The vectorIndexType.
-
getCurrentCount
long getCurrentCount()current count
int64 current_count = 2;- Returns:
- The currentCount.
-
getDeletedCount
long getDeletedCount()deleted count
int64 deleted_count = 3;- Returns:
- The deletedCount.
-
getMaxId
long getMaxId()max id
int64 max_id = 4;- Returns:
- The maxId.
-
getMinId
long getMinId()min id
int64 min_id = 5;- Returns:
- The minId.
-
getMemoryBytes
long getMemoryBytes()memeory unit bytes
int64 memory_bytes = 6;- Returns:
- The memoryBytes.
-