Package io.dingodb.version
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 Summary
Modifier and TypeMethodDescriptiongetGenerations(int index) repeated .dingodb.pb.version.KvIndexInternal.Generation generations = 3;intrepeated .dingodb.pb.version.KvIndexInternal.Generation generations = 3;repeated .dingodb.pb.version.KvIndexInternal.Generation generations = 3;getGenerationsOrBuilder(int index) repeated .dingodb.pb.version.KvIndexInternal.Generation generations = 3;List<? extends Version.KvIndexInternal.GenerationOrBuilder>repeated .dingodb.pb.version.KvIndexInternal.Generation generations = 3;com.google.protobuf.ByteStringgetId()id is the key of the keyIndex..dingodb.pb.version.RevisionInternal mod_revision = 2;.dingodb.pb.version.RevisionInternal mod_revision = 2;boolean.dingodb.pb.version.RevisionInternal mod_revision = 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
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
List<Version.KvIndexInternal.Generation> getGenerationsList()repeated .dingodb.pb.version.KvIndexInternal.Generation generations = 3; -
getGenerations
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
repeated .dingodb.pb.version.KvIndexInternal.Generation generations = 3;
-