Package io.dingodb.debug
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 Summary
Modifier and TypeMethodDescriptionlongint64 apply_log_id = 10;string comment = 40;com.google.protobuf.ByteStringstring comment = 40;longint64 deleted_key_count = 23;string end_key = 21;com.google.protobuf.ByteStringstring end_key = 21;getEpoch().dingodb.pb.common.RegionEpoch epoch = 12;.dingodb.pb.common.RegionEpoch epoch = 12;longgetId()int64 id = 1;longint64 key_count = 22;longint64 memory_size = 24;.dingodb.pb.common.VectorIndexParameter parameter = 30;.dingodb.pb.common.VectorIndexParameter parameter = 30;longint64 snapshot_log_id = 11;string start_key = 20;com.google.protobuf.ByteStringstring start_key = 20;.dingodb.pb.common.VectorIndexType sub_type = 3;int.dingodb.pb.common.VectorIndexType sub_type = 3;getType().dingodb.pb.common.VectorIndexType type = 2;int.dingodb.pb.common.VectorIndexType type = 2;booleanhasEpoch().dingodb.pb.common.RegionEpoch epoch = 12;boolean.dingodb.pb.common.VectorIndexParameter parameter = 30;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.
-
getTypeValue
int getTypeValue().dingodb.pb.common.VectorIndexType type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
Common.VectorIndexType 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
Common.VectorIndexType 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
Common.VectorIndexParameter 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.
-