Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.MetaIncrementIdEpochOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.MetaIncrementIdEpoch,CoordinatorInternalOuterClass.MetaIncrementIdEpoch.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.MetaIncrementIdEpochOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()int64 id = 1;.dingodb.pb.coordinator_internal.IdEpochInternal idepoch = 2;.dingodb.pb.coordinator_internal.IdEpochInternal idepoch = 2;.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;int.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;boolean.dingodb.pb.coordinator_internal.IdEpochInternal idepoch = 2;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
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
hasIdepoch
boolean hasIdepoch().dingodb.pb.coordinator_internal.IdEpochInternal idepoch = 2;- Returns:
- Whether the idepoch field is set.
-
getIdepoch
CoordinatorInternalOuterClass.IdEpochInternal getIdepoch().dingodb.pb.coordinator_internal.IdEpochInternal idepoch = 2;- Returns:
- The idepoch.
-
getIdepochOrBuilder
CoordinatorInternalOuterClass.IdEpochInternalOrBuilder getIdepochOrBuilder().dingodb.pb.coordinator_internal.IdEpochInternal idepoch = 2; -
getOpTypeValue
int getOpTypeValue().dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 3;- Returns:
- The opType.
-