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 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

       the create revision of this generation
       
      .dingodb.pb.coordinator_internal.RevisionInternal create_revision = 2;
      Returns:
      The createRevision.
    • getCreateRevisionOrBuilder

       the create revision of this generation
       
      .dingodb.pb.coordinator_internal.RevisionInternal create_revision = 2;
    • 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;