Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.RevisionInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.RevisionInternal,CoordinatorInternalOuterClass.RevisionInternal.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.RevisionInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getMain
long getMain()main is the main revision of a set of changes that happen atomically.
int64 main = 1;- Returns:
- The main.
-
getSub
long getSub()sub is the sub revision of a change in a set of changes that happen atomically. Each change has different increasing sub revision in that set.
int64 sub = 2;- Returns:
- The sub.
-