Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.MetaIncrementKvIndexOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.MetaIncrementKvIndex,CoordinatorInternalOuterClass.MetaIncrementKvIndex.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.MetaIncrementKvIndexOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionput / delete / compactintput / delete / compactcom.google.protobuf.ByteStringgetId()bytes id = 1;booleanbool ignore_lease = 5;booleanbool ignore_value = 7;longint64 lease_id = 6;this is the op_version of put/delete, or compaction_revision of compactthis is the op_version of put/delete, or compaction_revision of compact.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 2;int.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 2;com.google.protobuf.ByteStringgetValue()bytes value = 8;booleanthis is the op_version of put/delete, or compaction_revision of compactMethods 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()bytes id = 1;- Returns:
- The id.
-
getOpTypeValue
int getOpTypeValue().dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 2;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
.dingodb.pb.coordinator_internal.MetaIncrementOpType op_type = 2;- Returns:
- The opType.
-
getEventTypeValue
int getEventTypeValue()put / delete / compact
.dingodb.pb.coordinator_internal.KvIndexEventType event_type = 3;- Returns:
- The enum numeric value on the wire for eventType.
-
getEventType
CoordinatorInternalOuterClass.KvIndexEventType getEventType()put / delete / compact
.dingodb.pb.coordinator_internal.KvIndexEventType event_type = 3;- Returns:
- The eventType.
-
hasOpRevision
boolean hasOpRevision()this is the op_version of put/delete, or compaction_revision of compact
.dingodb.pb.coordinator_internal.RevisionInternal op_revision = 4;- Returns:
- Whether the opRevision field is set.
-
getOpRevision
CoordinatorInternalOuterClass.RevisionInternal getOpRevision()this is the op_version of put/delete, or compaction_revision of compact
.dingodb.pb.coordinator_internal.RevisionInternal op_revision = 4;- Returns:
- The opRevision.
-
getOpRevisionOrBuilder
CoordinatorInternalOuterClass.RevisionInternalOrBuilder getOpRevisionOrBuilder()this is the op_version of put/delete, or compaction_revision of compact
.dingodb.pb.coordinator_internal.RevisionInternal op_revision = 4; -
getIgnoreLease
boolean getIgnoreLease()bool ignore_lease = 5;- Returns:
- The ignoreLease.
-
getLeaseId
long getLeaseId()int64 lease_id = 6;- Returns:
- The leaseId.
-
getIgnoreValue
boolean getIgnoreValue()bool ignore_value = 7;- Returns:
- The ignoreValue.
-
getValue
com.google.protobuf.ByteString getValue()bytes value = 8;- Returns:
- The value.
-