Package io.dingodb.raft
Interface Raft.CompareAndSetRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Raft.CompareAndSetRequest,Raft.CompareAndSetRequest.Builder
- Enclosing class:
- Raft
public static interface Raft.CompareAndSetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring cf_name = 1;com.google.protobuf.ByteStringstring cf_name = 1;com.google.protobuf.ByteStringgetExpectValues(int index) repeated bytes expect_values = 3;intrepeated bytes expect_values = 3;List<com.google.protobuf.ByteString>repeated bytes expect_values = 3;booleanbool is_atomic = 4;getKvs(int index) repeated .dingodb.pb.common.KeyValue kvs = 2;intrepeated .dingodb.pb.common.KeyValue kvs = 2;repeated .dingodb.pb.common.KeyValue kvs = 2;getKvsOrBuilder(int index) repeated .dingodb.pb.common.KeyValue kvs = 2;List<? extends Common.KeyValueOrBuilder>repeated .dingodb.pb.common.KeyValue kvs = 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.
-
getKvsList
List<Common.KeyValue> getKvsList()repeated .dingodb.pb.common.KeyValue kvs = 2; -
getKvs
repeated .dingodb.pb.common.KeyValue kvs = 2; -
getKvsCount
int getKvsCount()repeated .dingodb.pb.common.KeyValue kvs = 2; -
getKvsOrBuilderList
List<? extends Common.KeyValueOrBuilder> getKvsOrBuilderList()repeated .dingodb.pb.common.KeyValue kvs = 2; -
getKvsOrBuilder
repeated .dingodb.pb.common.KeyValue kvs = 2; -
getExpectValuesList
List<com.google.protobuf.ByteString> getExpectValuesList()repeated bytes expect_values = 3;- Returns:
- A list containing the expectValues.
-
getExpectValuesCount
int getExpectValuesCount()repeated bytes expect_values = 3;- Returns:
- The count of expectValues.
-
getExpectValues
com.google.protobuf.ByteString getExpectValues(int index) repeated bytes expect_values = 3;- Parameters:
index- The index of the element to return.- Returns:
- The expectValues at the given index.
-
getIsAtomic
boolean getIsAtomic()bool is_atomic = 4;- Returns:
- The isAtomic.
-