Package io.dingodb.meta
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 Summary
Modifier and TypeMethodDescriptionlonggetCount()int64 count = 3;.dingodb.pb.meta.TsoTimestamp current_timestamp = 4;.dingodb.pb.meta.TsoTimestamp current_timestamp = 4;booleangetForce()bool force = 6;.dingodb.pb.meta.TsoOpType op_type = 2;int.dingodb.pb.meta.TsoOpType op_type = 2;.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;longint64 save_physical = 5;boolean.dingodb.pb.meta.TsoTimestamp current_timestamp = 4;boolean.dingodb.pb.common.RequestInfo request_info = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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; -
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.
-