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 Type
    Method
    Description
    .dingodb.pb.common.Range range = 1;
    .dingodb.pb.common.Range range = 1;
    getRawCfNames(int index)
    repeated string raw_cf_names = 2;
    com.google.protobuf.ByteString
    getRawCfNamesBytes(int index)
    repeated string raw_cf_names = 2;
    int
    repeated string raw_cf_names = 2;
    repeated string raw_cf_names = 2;
    getTxnCfNames(int index)
    repeated string txn_cf_names = 3;
    com.google.protobuf.ByteString
    getTxnCfNamesBytes(int index)
    repeated string txn_cf_names = 3;
    int
    repeated string txn_cf_names = 3;
    repeated string txn_cf_names = 3;
    boolean
    .dingodb.pb.common.Range range = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> 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

      String getRawCfNames(int index)
      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

      List<String> 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

      String getTxnCfNames(int index)
      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.