Package io.dingodb.raft
Interface Raft.VectorAddRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Raft.VectorAddRequest,Raft.VectorAddRequest.Builder
- Enclosing class:
- Raft
public static interface Raft.VectorAddRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring cf_name = 1;com.google.protobuf.ByteStringstring cf_name = 1;booleanbool is_update = 3;getVectors(int index) repeated .dingodb.pb.common.VectorWithId vectors = 2;intrepeated .dingodb.pb.common.VectorWithId vectors = 2;repeated .dingodb.pb.common.VectorWithId vectors = 2;getVectorsOrBuilder(int index) repeated .dingodb.pb.common.VectorWithId vectors = 2;List<? extends Common.VectorWithIdOrBuilder>repeated .dingodb.pb.common.VectorWithId vectors = 2;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
-
getCfName
String getCfName()string cf_name = 1;- Returns:
- The cfName.
-
getCfNameBytes
com.google.protobuf.ByteString getCfNameBytes()string cf_name = 1;- Returns:
- The bytes for cfName.
-
getVectorsList
List<Common.VectorWithId> getVectorsList()repeated .dingodb.pb.common.VectorWithId vectors = 2; -
getVectors
repeated .dingodb.pb.common.VectorWithId vectors = 2; -
getVectorsCount
int getVectorsCount()repeated .dingodb.pb.common.VectorWithId vectors = 2; -
getVectorsOrBuilderList
List<? extends Common.VectorWithIdOrBuilder> getVectorsOrBuilderList()repeated .dingodb.pb.common.VectorWithId vectors = 2; -
getVectorsOrBuilder
repeated .dingodb.pb.common.VectorWithId vectors = 2; -
getIsUpdate
boolean getIsUpdate()bool is_update = 3;- Returns:
- The isUpdate.
-