Package io.dingodb.raft
Interface Raft.RebuildVectorIndexRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Raft.RebuildVectorIndexRequest,Raft.RebuildVectorIndexRequest.Builder
- Enclosing class:
- Raft
public static interface Raft.RebuildVectorIndexRequestOrBuilder
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
-
getCmdId
long getCmdId()the merge request unique id
int64 cmd_id = 1;- Returns:
- The cmdId.
-