Interface Raft.PutIfAbsentRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Raft.PutIfAbsentRequest, Raft.PutIfAbsentRequest.Builder
Enclosing class:
Raft

public static interface Raft.PutIfAbsentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string cf_name = 1;
    com.google.protobuf.ByteString
    string cf_name = 1;
    boolean
    bool is_atomic = 3;
    getKvs(int index)
    repeated .dingodb.pb.common.KeyValue kvs = 2;
    int
    repeated .dingodb.pb.common.KeyValue kvs = 2;
    repeated .dingodb.pb.common.KeyValue kvs = 2;
    getKvsOrBuilder(int index)
    repeated .dingodb.pb.common.KeyValue kvs = 2;
    repeated .dingodb.pb.common.KeyValue kvs = 2;

    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

    • 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

      Common.KeyValue getKvs(int index)
      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

      Common.KeyValueOrBuilder getKvsOrBuilder(int index)
      repeated .dingodb.pb.common.KeyValue kvs = 2;
    • getIsAtomic

      boolean getIsAtomic()
      bool is_atomic = 3;
      Returns:
      The isAtomic.