Interface Store.TxnScanLockRequestOrBuilder

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

public static interface Store.TxnScanLockRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .dingodb.pb.store.Context context = 2;
    .dingodb.pb.store.Context context = 2;
    com.google.protobuf.ByteString
    The exclusive upperbound for scanning, can't be empty.
    int
    The maximum number of locks to return.
    long
    Returns all locks with a start timestamp oracle before `max_ts`, not include `max_ts`.
    .dingodb.pb.common.RequestInfo request_info = 1;
    .dingodb.pb.common.RequestInfo request_info = 1;
    com.google.protobuf.ByteString
    The inclusive lowerbound for scanning, can't be empty.
    .dingodb.pb.stream.StreamRequestMeta stream_meta = 30;
    .dingodb.pb.stream.StreamRequestMeta stream_meta = 30;
    boolean
    .dingodb.pb.store.Context context = 2;
    boolean
    .dingodb.pb.common.RequestInfo request_info = 1;
    boolean
    .dingodb.pb.stream.StreamRequestMeta stream_meta = 30;

    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

    • 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;
    • getMaxTs

      long getMaxTs()
       Returns all locks with a start timestamp oracle before `max_ts`, not include `max_ts`.
       
      int64 max_ts = 3;
      Returns:
      The maxTs.
    • getStartKey

      com.google.protobuf.ByteString getStartKey()
       The inclusive lowerbound for scanning, can't be empty.
       
      bytes start_key = 4;
      Returns:
      The startKey.
    • getEndKey

      com.google.protobuf.ByteString getEndKey()
       The exclusive upperbound for scanning, can't be empty.
       
      bytes end_key = 5;
      Returns:
      The endKey.
    • getLimit

      int getLimit()
       The maximum number of locks to return.
       
      uint32 limit = 6;
      Returns:
      The limit.
    • hasStreamMeta

      boolean hasStreamMeta()
      .dingodb.pb.stream.StreamRequestMeta stream_meta = 30;
      Returns:
      Whether the streamMeta field is set.
    • getStreamMeta

      Stream.StreamRequestMeta getStreamMeta()
      .dingodb.pb.stream.StreamRequestMeta stream_meta = 30;
      Returns:
      The streamMeta.
    • getStreamMetaOrBuilder

      Stream.StreamRequestMetaOrBuilder getStreamMetaOrBuilder()
      .dingodb.pb.stream.StreamRequestMeta stream_meta = 30;