Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.KvIndexInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.KvIndexInternal,CoordinatorInternalOuterClass.KvIndexInternal.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.KvIndexInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGenerations(int index) repeated .dingodb.pb.coordinator_internal.KvIndexInternal.Generation generations = 3;intrepeated .dingodb.pb.coordinator_internal.KvIndexInternal.Generation generations = 3;repeated .dingodb.pb.coordinator_internal.KvIndexInternal.Generation generations = 3;getGenerationsOrBuilder(int index) repeated .dingodb.pb.coordinator_internal.KvIndexInternal.Generation generations = 3;repeated .dingodb.pb.coordinator_internal.KvIndexInternal.Generation generations = 3;com.google.protobuf.ByteStringgetId()id is the key of the keyIndex..dingodb.pb.coordinator_internal.RevisionInternal mod_revision = 2;.dingodb.pb.coordinator_internal.RevisionInternal mod_revision = 2;boolean.dingodb.pb.coordinator_internal.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.coordinator_internal.RevisionInternal mod_revision = 2;- Returns:
- Whether the modRevision field is set.
-
getModRevision
CoordinatorInternalOuterClass.RevisionInternal getModRevision().dingodb.pb.coordinator_internal.RevisionInternal mod_revision = 2;- Returns:
- The modRevision.
-
getModRevisionOrBuilder
CoordinatorInternalOuterClass.RevisionInternalOrBuilder getModRevisionOrBuilder().dingodb.pb.coordinator_internal.RevisionInternal mod_revision = 2; -
getGenerationsList
List<CoordinatorInternalOuterClass.KvIndexInternal.Generation> getGenerationsList()repeated .dingodb.pb.coordinator_internal.KvIndexInternal.Generation generations = 3; -
getGenerations
repeated .dingodb.pb.coordinator_internal.KvIndexInternal.Generation generations = 3; -
getGenerationsCount
int getGenerationsCount()repeated .dingodb.pb.coordinator_internal.KvIndexInternal.Generation generations = 3; -
getGenerationsOrBuilderList
List<? extends CoordinatorInternalOuterClass.KvIndexInternal.GenerationOrBuilder> getGenerationsOrBuilderList()repeated .dingodb.pb.coordinator_internal.KvIndexInternal.Generation generations = 3; -
getGenerationsOrBuilder
CoordinatorInternalOuterClass.KvIndexInternal.GenerationOrBuilder getGenerationsOrBuilder(int index) repeated .dingodb.pb.coordinator_internal.KvIndexInternal.Generation generations = 3;
-