Package io.dingodb.raft
Interface Raft.PutIfAbsentResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Raft.PutIfAbsentResponse,Raft.PutIfAbsentResponse.Builder
- Enclosing class:
- Raft
public static interface Raft.PutIfAbsentResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetPutKeys(int index) repeated bytes put_keys = 1;intrepeated bytes put_keys = 1;List<com.google.protobuf.ByteString>repeated bytes put_keys = 1;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
-
getPutKeysList
List<com.google.protobuf.ByteString> getPutKeysList()repeated bytes put_keys = 1;- Returns:
- A list containing the putKeys.
-
getPutKeysCount
int getPutKeysCount()repeated bytes put_keys = 1;- Returns:
- The count of putKeys.
-
getPutKeys
com.google.protobuf.ByteString getPutKeys(int index) repeated bytes put_keys = 1;- Parameters:
index- The index of the element to return.- Returns:
- The putKeys at the given index.
-