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 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

      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

      Debug.DebugResponse.RawVectorIndexStateOrBuilder getEntriesOrBuilder(int index)
      repeated .dingodb.pb.debug.DebugResponse.RawVectorIndexState entries = 70;