Interface Meta.TsoRequestOrBuilder

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

public static interface Meta.TsoRequestOrBuilder 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;
    • getOpTypeValue

      int getOpTypeValue()
      .dingodb.pb.meta.TsoOpType op_type = 2;
      Returns:
      The enum numeric value on the wire for opType.
    • getOpType

      Meta.TsoOpType getOpType()
      .dingodb.pb.meta.TsoOpType op_type = 2;
      Returns:
      The opType.
    • getCount

      long getCount()
      int64 count = 3;
      Returns:
      The count.
    • hasCurrentTimestamp

      boolean hasCurrentTimestamp()
      .dingodb.pb.meta.TsoTimestamp current_timestamp = 4;
      Returns:
      Whether the currentTimestamp field is set.
    • getCurrentTimestamp

      Meta.TsoTimestamp getCurrentTimestamp()
      .dingodb.pb.meta.TsoTimestamp current_timestamp = 4;
      Returns:
      The currentTimestamp.
    • getCurrentTimestampOrBuilder

      Meta.TsoTimestampOrBuilder getCurrentTimestampOrBuilder()
      .dingodb.pb.meta.TsoTimestamp current_timestamp = 4;
    • getSavePhysical

      long getSavePhysical()
      int64 save_physical = 5;
      Returns:
      The savePhysical.
    • getForce

      boolean getForce()
      bool force = 6;
      Returns:
      The force.