Package io.dingodb.raft
Interface Raft.DeleteBatchRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Raft.DeleteBatchRequest,Raft.DeleteBatchRequest.Builder
- Enclosing class:
- Raft
public static interface Raft.DeleteBatchRequestOrBuilder
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
-
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.
-
getKeysList
List<com.google.protobuf.ByteString> getKeysList()repeated bytes keys = 2;- Returns:
- A list containing the keys.
-
getKeysCount
int getKeysCount()repeated bytes keys = 2;- Returns:
- The count of keys.
-
getKeys
com.google.protobuf.ByteString getKeys(int index) repeated bytes keys = 2;- Parameters:
index- The index of the element to return.- Returns:
- The keys at the given index.
-