Package io.dingodb.debug
Interface Debug.DebugResponse.VectorIndexMetricsEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.DebugResponse.VectorIndexMetricsEntry,Debug.DebugResponse.VectorIndexMetricsEntry.Builder
- Enclosing class:
- Debug.DebugResponse
public static interface Debug.DebugResponse.VectorIndexMetricsEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 apply_log_index = 20;longint64 deleted_key_count = 50;intuint32 dimension = 10;getEntries(int index) repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;intrepeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;getEntriesOrBuilder(int index) repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;longgetId()int64 id = 1;longint64 key_count = 40;longint64 last_build_epoch_version = 3;longint64 memory_size = 60;longint64 snapshot_log_index = 30;longint64 version = 2;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
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
getVersion
long getVersion()int64 version = 2;- Returns:
- The version.
-
getLastBuildEpochVersion
long getLastBuildEpochVersion()int64 last_build_epoch_version = 3;- Returns:
- The lastBuildEpochVersion.
-
getDimension
int getDimension()uint32 dimension = 10;- Returns:
- The dimension.
-
getApplyLogIndex
long getApplyLogIndex()int64 apply_log_index = 20;- Returns:
- The applyLogIndex.
-
getSnapshotLogIndex
long getSnapshotLogIndex()int64 snapshot_log_index = 30;- Returns:
- The snapshotLogIndex.
-
getKeyCount
long getKeyCount()int64 key_count = 40;- Returns:
- The keyCount.
-
getDeletedKeyCount
long getDeletedKeyCount()int64 deleted_key_count = 50;- Returns:
- The deletedKeyCount.
-
getMemorySize
long getMemorySize()int64 memory_size = 60;- Returns:
- The memorySize.
-
getEntriesList
List<Debug.DebugResponse.RawVectorIndexState> getEntriesList()repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70; -
getEntries
repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70; -
getEntriesCount
int getEntriesCount()repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70; -
getEntriesOrBuilderList
List<? extends Debug.DebugResponse.RawVectorIndexStateOrBuilder> getEntriesOrBuilderList()repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70; -
getEntriesOrBuilder
repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;
-