Package io.dingodb.version
Interface Version.KvOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Version.Kv,Version.Kv.Builder
- Enclosing class:
- Version
public static interface Version.KvOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasKv
boolean hasKv().dingodb.pb.common.KeyValue kv = 1;- Returns:
- Whether the kv field is set.
-
getKv
Common.KeyValue getKv().dingodb.pb.common.KeyValue kv = 1;- Returns:
- The kv.
-
getKvOrBuilder
Common.KeyValueOrBuilder getKvOrBuilder().dingodb.pb.common.KeyValue kv = 1; -
getCreateRevision
long getCreateRevision()int64 create_revision = 2;- Returns:
- The createRevision.
-
getModRevision
long getModRevision()int64 mod_revision = 3;- Returns:
- The modRevision.
-
getVersion
long getVersion()int64 version = 4;- Returns:
- The version.
-
getLease
long getLease()int64 lease = 6;- Returns:
- The lease.
-