Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.KvIndexInternal.GenerationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.KvIndexInternal.Generation,CoordinatorInternalOuterClass.KvIndexInternal.Generation.Builder
- Enclosing class:
- CoordinatorInternalOuterClass.KvIndexInternal
public static interface CoordinatorInternalOuterClass.KvIndexInternal.GenerationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionthe create revision of this generationthe create revision of this generationgetRevisions(int index) the revisions of this generationintthe revisions of this generationthe revisions of this generationgetRevisionsOrBuilder(int index) the revisions of this generationthe revisions of this generationlongif verison == 0, means this is a empty generationbooleanthe create revision of this generationMethods 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
-
getVerison
long getVerison()if verison == 0, means this is a empty generation
int64 verison = 1;- Returns:
- The verison.
-
hasCreateRevision
boolean hasCreateRevision()the create revision of this generation
.dingodb.pb.coordinator_internal.RevisionInternal create_revision = 2;- Returns:
- Whether the createRevision field is set.
-
getCreateRevision
CoordinatorInternalOuterClass.RevisionInternal getCreateRevision()the create revision of this generation
.dingodb.pb.coordinator_internal.RevisionInternal create_revision = 2;- Returns:
- The createRevision.
-
getCreateRevisionOrBuilder
CoordinatorInternalOuterClass.RevisionInternalOrBuilder getCreateRevisionOrBuilder()the create revision of this generation
.dingodb.pb.coordinator_internal.RevisionInternal create_revision = 2; -
getRevisionsList
List<CoordinatorInternalOuterClass.RevisionInternal> getRevisionsList()the revisions of this generation
repeated .dingodb.pb.coordinator_internal.RevisionInternal revisions = 3; -
getRevisions
the revisions of this generation
repeated .dingodb.pb.coordinator_internal.RevisionInternal revisions = 3; -
getRevisionsCount
int getRevisionsCount()the revisions of this generation
repeated .dingodb.pb.coordinator_internal.RevisionInternal revisions = 3; -
getRevisionsOrBuilderList
List<? extends CoordinatorInternalOuterClass.RevisionInternalOrBuilder> getRevisionsOrBuilderList()the revisions of this generation
repeated .dingodb.pb.coordinator_internal.RevisionInternal revisions = 3; -
getRevisionsOrBuilder
the revisions of this generation
repeated .dingodb.pb.coordinator_internal.RevisionInternal revisions = 3;
-