Interface Meta.TsoResponseOrBuilder

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

public static interface Meta.TsoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResponseInfo

      boolean hasResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      Whether the responseInfo field is set.
    • getResponseInfo

      Common.ResponseInfo getResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      The responseInfo.
    • getResponseInfoOrBuilder

      Common.ResponseInfoOrBuilder getResponseInfoOrBuilder()
      .dingodb.pb.common.ResponseInfo response_info = 1;
    • hasError

      boolean hasError()
      .dingodb.pb.error.Error error = 2;
      Returns:
      Whether the error field is set.
    • getError

      .dingodb.pb.error.Error error = 2;
      Returns:
      The error.
    • getErrorOrBuilder

      ErrorOuterClass.ErrorOrBuilder getErrorOrBuilder()
      .dingodb.pb.error.Error error = 2;
    • getOpTypeValue

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

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

      boolean hasStartTimestamp()
      .dingodb.pb.meta.TsoTimestamp start_timestamp = 4;
      Returns:
      Whether the startTimestamp field is set.
    • getStartTimestamp

      Meta.TsoTimestamp getStartTimestamp()
      .dingodb.pb.meta.TsoTimestamp start_timestamp = 4;
      Returns:
      The startTimestamp.
    • getStartTimestampOrBuilder

      Meta.TsoTimestampOrBuilder getStartTimestampOrBuilder()
      .dingodb.pb.meta.TsoTimestamp start_timestamp = 4;
    • getCount

      long getCount()
      int64 count = 5;
      Returns:
      The count.
    • getSavePhysical

      long getSavePhysical()
      int64 save_physical = 6;
      Returns:
      The savePhysical.
    • getSystemTime

      long getSystemTime()
      int64 system_time = 7;
      Returns:
      The systemTime.
    • getLeader

      String getLeader()
      string leader = 8;
      Returns:
      The leader.
    • getLeaderBytes

      com.google.protobuf.ByteString getLeaderBytes()
      string leader = 8;
      Returns:
      The bytes for leader.