Package io.dingodb.coordinator
Interface Coordinator.SnapshotVectorIndexRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.SnapshotVectorIndexRequest,Coordinator.SnapshotVectorIndexRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.SnapshotVectorIndexRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongif snapshot_log_id < raft_log_index, no need to save snapshotlongvector index idMethods 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
-
getVectorIndexId
long getVectorIndexId()vector index id
int64 vector_index_id = 1;- Returns:
- The vectorIndexId.
-
getRaftLogIndex
long getRaftLogIndex()if snapshot_log_id < raft_log_index, no need to save snapshot
int64 raft_log_index = 2;- Returns:
- The raftLogIndex.
-