Interface CoordinatorInternalOuterClass.KvRevInternalOrBuilder

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

public static interface CoordinatorInternalOuterClass.KvRevInternalOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    id is the key of the KvRev, it's encode from RevisionInternal
    .dingodb.pb.coordinator_internal.KvInternal kv = 2;
    .dingodb.pb.coordinator_internal.KvInternal kv = 2;
    boolean
    .dingodb.pb.coordinator_internal.KvInternal kv = 2;

    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 KvRev, it's encode from RevisionInternal
       
      bytes id = 1;
      Returns:
      The id.
    • hasKv

      boolean hasKv()
      .dingodb.pb.coordinator_internal.KvInternal kv = 2;
      Returns:
      Whether the kv field is set.
    • getKv

      .dingodb.pb.coordinator_internal.KvInternal kv = 2;
      Returns:
      The kv.
    • getKvOrBuilder

      .dingodb.pb.coordinator_internal.KvInternal kv = 2;