Interface Store.KvCompareAndSetRequestOrBuilder

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

public static interface Store.KvCompareAndSetRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasRequestInfo

      boolean hasRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      Whether the requestInfo field is set.
    • getRequestInfo

      Common.RequestInfo getRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      The requestInfo.
    • getRequestInfoOrBuilder

      Common.RequestInfoOrBuilder getRequestInfoOrBuilder()
      .dingodb.pb.common.RequestInfo request_info = 1;
    • hasContext

      boolean hasContext()
      .dingodb.pb.store.Context context = 2;
      Returns:
      Whether the context field is set.
    • getContext

      Store.Context getContext()
      .dingodb.pb.store.Context context = 2;
      Returns:
      The context.
    • getContextOrBuilder

      Store.ContextOrBuilder getContextOrBuilder()
      .dingodb.pb.store.Context context = 2;
    • hasKv

      boolean hasKv()
      .dingodb.pb.common.KeyValue kv = 3;
      Returns:
      Whether the kv field is set.
    • getKv

      .dingodb.pb.common.KeyValue kv = 3;
      Returns:
      The kv.
    • getKvOrBuilder

      Common.KeyValueOrBuilder getKvOrBuilder()
      .dingodb.pb.common.KeyValue kv = 3;
    • getExpectValue

      com.google.protobuf.ByteString getExpectValue()
       empty means key not exist
       
      bytes expect_value = 4;
      Returns:
      The expectValue.
    • getTtl

      long getTtl()
       duration time, unit ms
       
      int64 ttl = 5;
      Returns:
      The ttl.