Package io.dingodb.store_internal
Interface StoreInternal.VectorIndexMetaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreInternal.VectorIndexMeta,StoreInternal.VectorIndexMeta.Builder
- Enclosing class:
- StoreInternal
public static interface StoreInternal.VectorIndexMetaOrBuilder
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
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
getVersion
long getVersion()int64 version = 2;- Returns:
- The version.
-
getType
int getType()int32 type = 3;- Returns:
- The type.
-
getStatus
int getStatus()int32 status = 4;- Returns:
- The status.
-
getApplyLogId
long getApplyLogId()int64 apply_log_id = 5;- Returns:
- The applyLogId.
-
getSnapshotLogId
long getSnapshotLogId()int64 snapshot_log_id = 6;- Returns:
- The snapshotLogId.
-
getIsHoldVectorIndex
boolean getIsHoldVectorIndex()bool is_hold_vector_index = 10;- Returns:
- The isHoldVectorIndex.
-