Interface Version.KvInternalOrBuilder

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

public static interface Version.KvInternalOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .dingodb.pb.version.RevisionInternal create_revision = 3;
    .dingodb.pb.version.RevisionInternal create_revision = 3;
    com.google.protobuf.ByteString
    id is the key of the keyIndex.
    boolean
    for delete operation, we set is_deleted to true, and set value to empty
    long
    int64 lease = 6;
    .dingodb.pb.version.RevisionInternal mod_revision = 4;
    .dingodb.pb.version.RevisionInternal mod_revision = 4;
    com.google.protobuf.ByteString
    bytes value = 2;
    long
    int64 version = 5;
    boolean
    .dingodb.pb.version.RevisionInternal create_revision = 3;
    boolean
    .dingodb.pb.version.RevisionInternal mod_revision = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.
    • getValue

      com.google.protobuf.ByteString getValue()
      bytes value = 2;
      Returns:
      The value.
    • hasCreateRevision

      boolean hasCreateRevision()
      .dingodb.pb.version.RevisionInternal create_revision = 3;
      Returns:
      Whether the createRevision field is set.
    • getCreateRevision

      Version.RevisionInternal getCreateRevision()
      .dingodb.pb.version.RevisionInternal create_revision = 3;
      Returns:
      The createRevision.
    • getCreateRevisionOrBuilder

      Version.RevisionInternalOrBuilder getCreateRevisionOrBuilder()
      .dingodb.pb.version.RevisionInternal create_revision = 3;
    • hasModRevision

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

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

      Version.RevisionInternalOrBuilder getModRevisionOrBuilder()
      .dingodb.pb.version.RevisionInternal mod_revision = 4;
    • getVersion

      long getVersion()
      int64 version = 5;
      Returns:
      The version.
    • getLease

      long getLease()
      int64 lease = 6;
      Returns:
      The lease.
    • getIsDeleted

      boolean getIsDeleted()
       for delete operation, we set is_deleted to true, and set value to empty
       
      bool is_deleted = 7;
      Returns:
      The isDeleted.