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

       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

       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

       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.