Package io.dingodb.store
Interface Store.PrimaryMismatchOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Store.PrimaryMismatch,Store.PrimaryMismatch.Builder
- Enclosing class:
- Store
public static interface Store.PrimaryMismatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dingodb.pb.store.LockInfo lock_info = 1;.dingodb.pb.store.LockInfo lock_info = 1;boolean.dingodb.pb.store.LockInfo lock_info = 1;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
-
hasLockInfo
boolean hasLockInfo().dingodb.pb.store.LockInfo lock_info = 1;- Returns:
- Whether the lockInfo field is set.
-
getLockInfo
Store.LockInfo getLockInfo().dingodb.pb.store.LockInfo lock_info = 1;- Returns:
- The lockInfo.
-
getLockInfoOrBuilder
Store.LockInfoOrBuilder getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 1;
-