Package io.dingodb.coordinator
Interface Coordinator.DeleteDataRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Coordinator.DeleteDataRequest,Coordinator.DeleteDataRequest.Builder
- Enclosing class:
- Coordinator
public static interface Coordinator.DeleteDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRange().dingodb.pb.common.Range range = 1;.dingodb.pb.common.Range range = 1;getRawCfNames(int index) repeated string raw_cf_names = 2;com.google.protobuf.ByteStringgetRawCfNamesBytes(int index) repeated string raw_cf_names = 2;intrepeated string raw_cf_names = 2;repeated string raw_cf_names = 2;getTxnCfNames(int index) repeated string txn_cf_names = 3;com.google.protobuf.ByteStringgetTxnCfNamesBytes(int index) repeated string txn_cf_names = 3;intrepeated string txn_cf_names = 3;repeated string txn_cf_names = 3;booleanhasRange().dingodb.pb.common.Range range = 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
-
hasRange
boolean hasRange().dingodb.pb.common.Range range = 1;- Returns:
- Whether the range field is set.
-
getRange
Common.Range getRange().dingodb.pb.common.Range range = 1;- Returns:
- The range.
-
getRangeOrBuilder
Common.RangeOrBuilder getRangeOrBuilder().dingodb.pb.common.Range range = 1; -
getRawCfNamesList
repeated string raw_cf_names = 2;- Returns:
- A list containing the rawCfNames.
-
getRawCfNamesCount
int getRawCfNamesCount()repeated string raw_cf_names = 2;- Returns:
- The count of rawCfNames.
-
getRawCfNames
repeated string raw_cf_names = 2;- Parameters:
index- The index of the element to return.- Returns:
- The rawCfNames at the given index.
-
getRawCfNamesBytes
com.google.protobuf.ByteString getRawCfNamesBytes(int index) repeated string raw_cf_names = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the rawCfNames at the given index.
-
getTxnCfNamesList
repeated string txn_cf_names = 3;- Returns:
- A list containing the txnCfNames.
-
getTxnCfNamesCount
int getTxnCfNamesCount()repeated string txn_cf_names = 3;- Returns:
- The count of txnCfNames.
-
getTxnCfNames
repeated string txn_cf_names = 3;- Parameters:
index- The index of the element to return.- Returns:
- The txnCfNames at the given index.
-
getTxnCfNamesBytes
com.google.protobuf.ByteString getTxnCfNamesBytes(int index) repeated string txn_cf_names = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the txnCfNames at the given index.
-