Interface Version.KvIndexInternalOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Version.KvIndexInternal, Version.KvIndexInternal.Builder
Enclosing class:
Version

public static interface Version.KvIndexInternalOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      com.google.protobuf.ByteString getId()
       id is the key of the keyIndex.
       
      bytes id = 1;
      Returns:
      The id.
    • hasModRevision

      boolean hasModRevision()
      .dingodb.pb.version.RevisionInternal mod_revision = 2;
      Returns:
      Whether the modRevision field is set.
    • getModRevision

      Version.RevisionInternal getModRevision()
      .dingodb.pb.version.RevisionInternal mod_revision = 2;
      Returns:
      The modRevision.
    • getModRevisionOrBuilder

      Version.RevisionInternalOrBuilder getModRevisionOrBuilder()
      .dingodb.pb.version.RevisionInternal mod_revision = 2;
    • getGenerationsList

      repeated .dingodb.pb.version.KvIndexInternal.Generation generations = 3;
    • getGenerations

      Version.KvIndexInternal.Generation getGenerations(int index)
      repeated .dingodb.pb.version.KvIndexInternal.Generation generations = 3;
    • getGenerationsCount

      int getGenerationsCount()
      repeated .dingodb.pb.version.KvIndexInternal.Generation generations = 3;
    • getGenerationsOrBuilderList

      List<? extends Version.KvIndexInternal.GenerationOrBuilder> getGenerationsOrBuilderList()
      repeated .dingodb.pb.version.KvIndexInternal.Generation generations = 3;
    • getGenerationsOrBuilder

      Version.KvIndexInternal.GenerationOrBuilder getGenerationsOrBuilder(int index)
      repeated .dingodb.pb.version.KvIndexInternal.Generation generations = 3;