Interface Debug.DebugResponse.RawVectorIndexStateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Debug.DebugResponse.RawVectorIndexState, Debug.DebugResponse.RawVectorIndexState.Builder
Enclosing class:
Debug.DebugResponse

public static interface Debug.DebugResponse.RawVectorIndexStateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      long getId()
      int64 id = 1;
      Returns:
      The id.
    • getTypeValue

      int getTypeValue()
      .dingodb.pb.common.VectorIndexType type = 2;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      .dingodb.pb.common.VectorIndexType type = 2;
      Returns:
      The type.
    • getSubTypeValue

      int getSubTypeValue()
      .dingodb.pb.common.VectorIndexType sub_type = 3;
      Returns:
      The enum numeric value on the wire for subType.
    • getSubType

      .dingodb.pb.common.VectorIndexType sub_type = 3;
      Returns:
      The subType.
    • getApplyLogId

      long getApplyLogId()
      int64 apply_log_id = 10;
      Returns:
      The applyLogId.
    • getSnapshotLogId

      long getSnapshotLogId()
      int64 snapshot_log_id = 11;
      Returns:
      The snapshotLogId.
    • hasEpoch

      boolean hasEpoch()
      .dingodb.pb.common.RegionEpoch epoch = 12;
      Returns:
      Whether the epoch field is set.
    • getEpoch

      Common.RegionEpoch getEpoch()
      .dingodb.pb.common.RegionEpoch epoch = 12;
      Returns:
      The epoch.
    • getEpochOrBuilder

      Common.RegionEpochOrBuilder getEpochOrBuilder()
      .dingodb.pb.common.RegionEpoch epoch = 12;
    • getStartKey

      String getStartKey()
      string start_key = 20;
      Returns:
      The startKey.
    • getStartKeyBytes

      com.google.protobuf.ByteString getStartKeyBytes()
      string start_key = 20;
      Returns:
      The bytes for startKey.
    • getEndKey

      String getEndKey()
      string end_key = 21;
      Returns:
      The endKey.
    • getEndKeyBytes

      com.google.protobuf.ByteString getEndKeyBytes()
      string end_key = 21;
      Returns:
      The bytes for endKey.
    • getKeyCount

      long getKeyCount()
      int64 key_count = 22;
      Returns:
      The keyCount.
    • getDeletedKeyCount

      long getDeletedKeyCount()
      int64 deleted_key_count = 23;
      Returns:
      The deletedKeyCount.
    • getMemorySize

      long getMemorySize()
      int64 memory_size = 24;
      Returns:
      The memorySize.
    • hasParameter

      boolean hasParameter()
      .dingodb.pb.common.VectorIndexParameter parameter = 30;
      Returns:
      Whether the parameter field is set.
    • getParameter

      .dingodb.pb.common.VectorIndexParameter parameter = 30;
      Returns:
      The parameter.
    • getParameterOrBuilder

      Common.VectorIndexParameterOrBuilder getParameterOrBuilder()
      .dingodb.pb.common.VectorIndexParameter parameter = 30;
    • getComment

      String getComment()
      string comment = 40;
      Returns:
      The comment.
    • getCommentBytes

      com.google.protobuf.ByteString getCommentBytes()
      string comment = 40;
      Returns:
      The bytes for comment.