Package io.dingodb.raft
Interface Raft.MultiCfPutAndDeleteRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Raft.MultiCfPutAndDeleteRequest,Raft.MultiCfPutAndDeleteRequest.Builder
- Enclosing class:
- Raft
public static interface Raft.MultiCfPutAndDeleteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDeletesWithCf(int index) repeated .dingodb.pb.raft.DeletesWithCf deletes_with_cf = 2;intrepeated .dingodb.pb.raft.DeletesWithCf deletes_with_cf = 2;repeated .dingodb.pb.raft.DeletesWithCf deletes_with_cf = 2;getDeletesWithCfOrBuilder(int index) repeated .dingodb.pb.raft.DeletesWithCf deletes_with_cf = 2;List<? extends Raft.DeletesWithCfOrBuilder>repeated .dingodb.pb.raft.DeletesWithCf deletes_with_cf = 2;.dingodb.pb.raft.DocumentAddRequest document_add = 5;.dingodb.pb.raft.DocumentAddRequest document_add = 5;.dingodb.pb.raft.DocumentDeleteRequest document_del = 6;.dingodb.pb.raft.DocumentDeleteRequest document_del = 6;getPutsWithCf(int index) repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;intrepeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;getPutsWithCfOrBuilder(int index) repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;List<? extends Raft.PutsWithCfOrBuilder>repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;.dingodb.pb.raft.VectorAddRequest vector_add = 3;.dingodb.pb.raft.VectorAddRequest vector_add = 3;.dingodb.pb.raft.VectorDeleteRequest vector_del = 4;.dingodb.pb.raft.VectorDeleteRequest vector_del = 4;boolean.dingodb.pb.raft.DocumentAddRequest document_add = 5;boolean.dingodb.pb.raft.DocumentDeleteRequest document_del = 6;boolean.dingodb.pb.raft.VectorAddRequest vector_add = 3;boolean.dingodb.pb.raft.VectorDeleteRequest vector_del = 4;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
-
getPutsWithCfList
List<Raft.PutsWithCf> getPutsWithCfList()repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1; -
getPutsWithCf
repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1; -
getPutsWithCfCount
int getPutsWithCfCount()repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1; -
getPutsWithCfOrBuilderList
List<? extends Raft.PutsWithCfOrBuilder> getPutsWithCfOrBuilderList()repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1; -
getPutsWithCfOrBuilder
repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1; -
getDeletesWithCfList
List<Raft.DeletesWithCf> getDeletesWithCfList()repeated .dingodb.pb.raft.DeletesWithCf deletes_with_cf = 2; -
getDeletesWithCf
repeated .dingodb.pb.raft.DeletesWithCf deletes_with_cf = 2; -
getDeletesWithCfCount
int getDeletesWithCfCount()repeated .dingodb.pb.raft.DeletesWithCf deletes_with_cf = 2; -
getDeletesWithCfOrBuilderList
List<? extends Raft.DeletesWithCfOrBuilder> getDeletesWithCfOrBuilderList()repeated .dingodb.pb.raft.DeletesWithCf deletes_with_cf = 2; -
getDeletesWithCfOrBuilder
repeated .dingodb.pb.raft.DeletesWithCf deletes_with_cf = 2; -
hasVectorAdd
boolean hasVectorAdd().dingodb.pb.raft.VectorAddRequest vector_add = 3;- Returns:
- Whether the vectorAdd field is set.
-
getVectorAdd
Raft.VectorAddRequest getVectorAdd().dingodb.pb.raft.VectorAddRequest vector_add = 3;- Returns:
- The vectorAdd.
-
getVectorAddOrBuilder
Raft.VectorAddRequestOrBuilder getVectorAddOrBuilder().dingodb.pb.raft.VectorAddRequest vector_add = 3; -
hasVectorDel
boolean hasVectorDel().dingodb.pb.raft.VectorDeleteRequest vector_del = 4;- Returns:
- Whether the vectorDel field is set.
-
getVectorDel
Raft.VectorDeleteRequest getVectorDel().dingodb.pb.raft.VectorDeleteRequest vector_del = 4;- Returns:
- The vectorDel.
-
getVectorDelOrBuilder
Raft.VectorDeleteRequestOrBuilder getVectorDelOrBuilder().dingodb.pb.raft.VectorDeleteRequest vector_del = 4; -
hasDocumentAdd
boolean hasDocumentAdd().dingodb.pb.raft.DocumentAddRequest document_add = 5;- Returns:
- Whether the documentAdd field is set.
-
getDocumentAdd
Raft.DocumentAddRequest getDocumentAdd().dingodb.pb.raft.DocumentAddRequest document_add = 5;- Returns:
- The documentAdd.
-
getDocumentAddOrBuilder
Raft.DocumentAddRequestOrBuilder getDocumentAddOrBuilder().dingodb.pb.raft.DocumentAddRequest document_add = 5; -
hasDocumentDel
boolean hasDocumentDel().dingodb.pb.raft.DocumentDeleteRequest document_del = 6;- Returns:
- Whether the documentDel field is set.
-
getDocumentDel
Raft.DocumentDeleteRequest getDocumentDel().dingodb.pb.raft.DocumentDeleteRequest document_del = 6;- Returns:
- The documentDel.
-
getDocumentDelOrBuilder
Raft.DocumentDeleteRequestOrBuilder getDocumentDelOrBuilder().dingodb.pb.raft.DocumentDeleteRequest document_del = 6;
-