public static final class Kvrpcpb.KeyError.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder> implements Kvrpcpb.KeyErrorOrBuilder
kvrpcpb.KeyError
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.KeyError.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Kvrpcpb.KeyError |
build() |
Kvrpcpb.KeyError |
buildPartial() |
Kvrpcpb.KeyError.Builder |
clear() |
Kvrpcpb.KeyError.Builder |
clearAbort()
Client should abort the txn.
|
Kvrpcpb.KeyError.Builder |
clearAlreadyExist()
Key already exists
|
Kvrpcpb.KeyError.Builder |
clearAssertionFailed()
Assertion of a `Mutation` is evaluated as a failure.
|
Kvrpcpb.KeyError.Builder |
clearCommitTsExpired()
Commit ts is earlier than min commit ts of a transaction.
|
Kvrpcpb.KeyError.Builder |
clearCommitTsTooLarge()
Calculated commit TS exceeds the limit given by the user.
|
Kvrpcpb.KeyError.Builder |
clearConflict()
Write conflict is moved from retryable to here.
|
Kvrpcpb.KeyError.Builder |
clearDeadlock()
Deadlock is used in pessimistic transaction for single statement rollback.
|
Kvrpcpb.KeyError.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Kvrpcpb.KeyError.Builder |
clearLocked()
Client should backoff or cleanup the lock then retry.
|
Kvrpcpb.KeyError.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Kvrpcpb.KeyError.Builder |
clearRetryable()
Client may restart the txn.
|
Kvrpcpb.KeyError.Builder |
clearTxnNotFound()
Txn not found when checking txn status.
|
Kvrpcpb.KeyError.Builder |
clone() |
String |
getAbort()
Client should abort the txn.
|
com.google.protobuf.ByteString |
getAbortBytes()
Client should abort the txn.
|
Kvrpcpb.AlreadyExist |
getAlreadyExist()
Key already exists
|
Kvrpcpb.AlreadyExist.Builder |
getAlreadyExistBuilder()
Key already exists
|
Kvrpcpb.AlreadyExistOrBuilder |
getAlreadyExistOrBuilder()
Key already exists
|
Kvrpcpb.AssertionFailed |
getAssertionFailed()
Assertion of a `Mutation` is evaluated as a failure.
|
Kvrpcpb.AssertionFailed.Builder |
getAssertionFailedBuilder()
Assertion of a `Mutation` is evaluated as a failure.
|
Kvrpcpb.AssertionFailedOrBuilder |
getAssertionFailedOrBuilder()
Assertion of a `Mutation` is evaluated as a failure.
|
Kvrpcpb.CommitTsExpired |
getCommitTsExpired()
Commit ts is earlier than min commit ts of a transaction.
|
Kvrpcpb.CommitTsExpired.Builder |
getCommitTsExpiredBuilder()
Commit ts is earlier than min commit ts of a transaction.
|
Kvrpcpb.CommitTsExpiredOrBuilder |
getCommitTsExpiredOrBuilder()
Commit ts is earlier than min commit ts of a transaction.
|
Kvrpcpb.CommitTsTooLarge |
getCommitTsTooLarge()
Calculated commit TS exceeds the limit given by the user.
|
Kvrpcpb.CommitTsTooLarge.Builder |
getCommitTsTooLargeBuilder()
Calculated commit TS exceeds the limit given by the user.
|
Kvrpcpb.CommitTsTooLargeOrBuilder |
getCommitTsTooLargeOrBuilder()
Calculated commit TS exceeds the limit given by the user.
|
Kvrpcpb.WriteConflict |
getConflict()
Write conflict is moved from retryable to here.
|
Kvrpcpb.WriteConflict.Builder |
getConflictBuilder()
Write conflict is moved from retryable to here.
|
Kvrpcpb.WriteConflictOrBuilder |
getConflictOrBuilder()
Write conflict is moved from retryable to here.
|
Kvrpcpb.Deadlock |
getDeadlock()
Deadlock is used in pessimistic transaction for single statement rollback.
|
Kvrpcpb.Deadlock.Builder |
getDeadlockBuilder()
Deadlock is used in pessimistic transaction for single statement rollback.
|
Kvrpcpb.DeadlockOrBuilder |
getDeadlockOrBuilder()
Deadlock is used in pessimistic transaction for single statement rollback.
|
Kvrpcpb.KeyError |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Kvrpcpb.LockInfo |
getLocked()
Client should backoff or cleanup the lock then retry.
|
Kvrpcpb.LockInfo.Builder |
getLockedBuilder()
Client should backoff or cleanup the lock then retry.
|
Kvrpcpb.LockInfoOrBuilder |
getLockedOrBuilder()
Client should backoff or cleanup the lock then retry.
|
String |
getRetryable()
Client may restart the txn.
|
com.google.protobuf.ByteString |
getRetryableBytes()
Client may restart the txn.
|
Kvrpcpb.TxnNotFound |
getTxnNotFound()
Txn not found when checking txn status.
|
Kvrpcpb.TxnNotFound.Builder |
getTxnNotFoundBuilder()
Txn not found when checking txn status.
|
Kvrpcpb.TxnNotFoundOrBuilder |
getTxnNotFoundOrBuilder()
Txn not found when checking txn status.
|
boolean |
hasAlreadyExist()
Key already exists
|
boolean |
hasAssertionFailed()
Assertion of a `Mutation` is evaluated as a failure.
|
boolean |
hasCommitTsExpired()
Commit ts is earlier than min commit ts of a transaction.
|
boolean |
hasCommitTsTooLarge()
Calculated commit TS exceeds the limit given by the user.
|
boolean |
hasConflict()
Write conflict is moved from retryable to here.
|
boolean |
hasDeadlock()
Deadlock is used in pessimistic transaction for single statement rollback.
|
boolean |
hasLocked()
Client should backoff or cleanup the lock then retry.
|
boolean |
hasTxnNotFound()
Txn not found when checking txn status.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Kvrpcpb.KeyError.Builder |
mergeAlreadyExist(Kvrpcpb.AlreadyExist value)
Key already exists
|
Kvrpcpb.KeyError.Builder |
mergeAssertionFailed(Kvrpcpb.AssertionFailed value)
Assertion of a `Mutation` is evaluated as a failure.
|
Kvrpcpb.KeyError.Builder |
mergeCommitTsExpired(Kvrpcpb.CommitTsExpired value)
Commit ts is earlier than min commit ts of a transaction.
|
Kvrpcpb.KeyError.Builder |
mergeCommitTsTooLarge(Kvrpcpb.CommitTsTooLarge value)
Calculated commit TS exceeds the limit given by the user.
|
Kvrpcpb.KeyError.Builder |
mergeConflict(Kvrpcpb.WriteConflict value)
Write conflict is moved from retryable to here.
|
Kvrpcpb.KeyError.Builder |
mergeDeadlock(Kvrpcpb.Deadlock value)
Deadlock is used in pessimistic transaction for single statement rollback.
|
Kvrpcpb.KeyError.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Kvrpcpb.KeyError.Builder |
mergeFrom(Kvrpcpb.KeyError other) |
Kvrpcpb.KeyError.Builder |
mergeFrom(com.google.protobuf.Message other) |
Kvrpcpb.KeyError.Builder |
mergeLocked(Kvrpcpb.LockInfo value)
Client should backoff or cleanup the lock then retry.
|
Kvrpcpb.KeyError.Builder |
mergeTxnNotFound(Kvrpcpb.TxnNotFound value)
Txn not found when checking txn status.
|
Kvrpcpb.KeyError.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Kvrpcpb.KeyError.Builder |
setAbort(String value)
Client should abort the txn.
|
Kvrpcpb.KeyError.Builder |
setAbortBytes(com.google.protobuf.ByteString value)
Client should abort the txn.
|
Kvrpcpb.KeyError.Builder |
setAlreadyExist(Kvrpcpb.AlreadyExist.Builder builderForValue)
Key already exists
|
Kvrpcpb.KeyError.Builder |
setAlreadyExist(Kvrpcpb.AlreadyExist value)
Key already exists
|
Kvrpcpb.KeyError.Builder |
setAssertionFailed(Kvrpcpb.AssertionFailed.Builder builderForValue)
Assertion of a `Mutation` is evaluated as a failure.
|
Kvrpcpb.KeyError.Builder |
setAssertionFailed(Kvrpcpb.AssertionFailed value)
Assertion of a `Mutation` is evaluated as a failure.
|
Kvrpcpb.KeyError.Builder |
setCommitTsExpired(Kvrpcpb.CommitTsExpired.Builder builderForValue)
Commit ts is earlier than min commit ts of a transaction.
|
Kvrpcpb.KeyError.Builder |
setCommitTsExpired(Kvrpcpb.CommitTsExpired value)
Commit ts is earlier than min commit ts of a transaction.
|
Kvrpcpb.KeyError.Builder |
setCommitTsTooLarge(Kvrpcpb.CommitTsTooLarge.Builder builderForValue)
Calculated commit TS exceeds the limit given by the user.
|
Kvrpcpb.KeyError.Builder |
setCommitTsTooLarge(Kvrpcpb.CommitTsTooLarge value)
Calculated commit TS exceeds the limit given by the user.
|
Kvrpcpb.KeyError.Builder |
setConflict(Kvrpcpb.WriteConflict.Builder builderForValue)
Write conflict is moved from retryable to here.
|
Kvrpcpb.KeyError.Builder |
setConflict(Kvrpcpb.WriteConflict value)
Write conflict is moved from retryable to here.
|
Kvrpcpb.KeyError.Builder |
setDeadlock(Kvrpcpb.Deadlock.Builder builderForValue)
Deadlock is used in pessimistic transaction for single statement rollback.
|
Kvrpcpb.KeyError.Builder |
setDeadlock(Kvrpcpb.Deadlock value)
Deadlock is used in pessimistic transaction for single statement rollback.
|
Kvrpcpb.KeyError.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Kvrpcpb.KeyError.Builder |
setLocked(Kvrpcpb.LockInfo.Builder builderForValue)
Client should backoff or cleanup the lock then retry.
|
Kvrpcpb.KeyError.Builder |
setLocked(Kvrpcpb.LockInfo value)
Client should backoff or cleanup the lock then retry.
|
Kvrpcpb.KeyError.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Kvrpcpb.KeyError.Builder |
setRetryable(String value)
Client may restart the txn.
|
Kvrpcpb.KeyError.Builder |
setRetryableBytes(com.google.protobuf.ByteString value)
Client may restart the txn.
|
Kvrpcpb.KeyError.Builder |
setTxnNotFound(Kvrpcpb.TxnNotFound.Builder builderForValue)
Txn not found when checking txn status.
|
Kvrpcpb.KeyError.Builder |
setTxnNotFound(Kvrpcpb.TxnNotFound value)
Txn not found when checking txn status.
|
Kvrpcpb.KeyError.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder>
public Kvrpcpb.KeyError.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder>
public Kvrpcpb.KeyError getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Kvrpcpb.KeyError build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Kvrpcpb.KeyError buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Kvrpcpb.KeyError.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder>
public Kvrpcpb.KeyError.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder>
public Kvrpcpb.KeyError.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder>
public Kvrpcpb.KeyError.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder>
public Kvrpcpb.KeyError.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder>
public Kvrpcpb.KeyError.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder>
public Kvrpcpb.KeyError.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Kvrpcpb.KeyError.Builder>
public Kvrpcpb.KeyError.Builder mergeFrom(Kvrpcpb.KeyError other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder>
public Kvrpcpb.KeyError.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Kvrpcpb.KeyError.Builder>
IOException
public boolean hasLocked()
Client should backoff or cleanup the lock then retry.
.kvrpcpb.LockInfo locked = 1;
hasLocked
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.LockInfo getLocked()
Client should backoff or cleanup the lock then retry.
.kvrpcpb.LockInfo locked = 1;
getLocked
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.KeyError.Builder setLocked(Kvrpcpb.LockInfo value)
Client should backoff or cleanup the lock then retry.
.kvrpcpb.LockInfo locked = 1;
public Kvrpcpb.KeyError.Builder setLocked(Kvrpcpb.LockInfo.Builder builderForValue)
Client should backoff or cleanup the lock then retry.
.kvrpcpb.LockInfo locked = 1;
public Kvrpcpb.KeyError.Builder mergeLocked(Kvrpcpb.LockInfo value)
Client should backoff or cleanup the lock then retry.
.kvrpcpb.LockInfo locked = 1;
public Kvrpcpb.KeyError.Builder clearLocked()
Client should backoff or cleanup the lock then retry.
.kvrpcpb.LockInfo locked = 1;
public Kvrpcpb.LockInfo.Builder getLockedBuilder()
Client should backoff or cleanup the lock then retry.
.kvrpcpb.LockInfo locked = 1;
public Kvrpcpb.LockInfoOrBuilder getLockedOrBuilder()
Client should backoff or cleanup the lock then retry.
.kvrpcpb.LockInfo locked = 1;
getLockedOrBuilder
in interface Kvrpcpb.KeyErrorOrBuilder
public String getRetryable()
Client may restart the txn. e.g write conflict.
string retryable = 2;
getRetryable
in interface Kvrpcpb.KeyErrorOrBuilder
public com.google.protobuf.ByteString getRetryableBytes()
Client may restart the txn. e.g write conflict.
string retryable = 2;
getRetryableBytes
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.KeyError.Builder setRetryable(String value)
Client may restart the txn. e.g write conflict.
string retryable = 2;
value
- The retryable to set.public Kvrpcpb.KeyError.Builder clearRetryable()
Client may restart the txn. e.g write conflict.
string retryable = 2;
public Kvrpcpb.KeyError.Builder setRetryableBytes(com.google.protobuf.ByteString value)
Client may restart the txn. e.g write conflict.
string retryable = 2;
value
- The bytes for retryable to set.public String getAbort()
Client should abort the txn.
string abort = 3;
getAbort
in interface Kvrpcpb.KeyErrorOrBuilder
public com.google.protobuf.ByteString getAbortBytes()
Client should abort the txn.
string abort = 3;
getAbortBytes
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.KeyError.Builder setAbort(String value)
Client should abort the txn.
string abort = 3;
value
- The abort to set.public Kvrpcpb.KeyError.Builder clearAbort()
Client should abort the txn.
string abort = 3;
public Kvrpcpb.KeyError.Builder setAbortBytes(com.google.protobuf.ByteString value)
Client should abort the txn.
string abort = 3;
value
- The bytes for abort to set.public boolean hasConflict()
Write conflict is moved from retryable to here.
.kvrpcpb.WriteConflict conflict = 4;
hasConflict
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.WriteConflict getConflict()
Write conflict is moved from retryable to here.
.kvrpcpb.WriteConflict conflict = 4;
getConflict
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.KeyError.Builder setConflict(Kvrpcpb.WriteConflict value)
Write conflict is moved from retryable to here.
.kvrpcpb.WriteConflict conflict = 4;
public Kvrpcpb.KeyError.Builder setConflict(Kvrpcpb.WriteConflict.Builder builderForValue)
Write conflict is moved from retryable to here.
.kvrpcpb.WriteConflict conflict = 4;
public Kvrpcpb.KeyError.Builder mergeConflict(Kvrpcpb.WriteConflict value)
Write conflict is moved from retryable to here.
.kvrpcpb.WriteConflict conflict = 4;
public Kvrpcpb.KeyError.Builder clearConflict()
Write conflict is moved from retryable to here.
.kvrpcpb.WriteConflict conflict = 4;
public Kvrpcpb.WriteConflict.Builder getConflictBuilder()
Write conflict is moved from retryable to here.
.kvrpcpb.WriteConflict conflict = 4;
public Kvrpcpb.WriteConflictOrBuilder getConflictOrBuilder()
Write conflict is moved from retryable to here.
.kvrpcpb.WriteConflict conflict = 4;
getConflictOrBuilder
in interface Kvrpcpb.KeyErrorOrBuilder
public boolean hasAlreadyExist()
Key already exists
.kvrpcpb.AlreadyExist already_exist = 5;
hasAlreadyExist
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.AlreadyExist getAlreadyExist()
Key already exists
.kvrpcpb.AlreadyExist already_exist = 5;
getAlreadyExist
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.KeyError.Builder setAlreadyExist(Kvrpcpb.AlreadyExist value)
Key already exists
.kvrpcpb.AlreadyExist already_exist = 5;
public Kvrpcpb.KeyError.Builder setAlreadyExist(Kvrpcpb.AlreadyExist.Builder builderForValue)
Key already exists
.kvrpcpb.AlreadyExist already_exist = 5;
public Kvrpcpb.KeyError.Builder mergeAlreadyExist(Kvrpcpb.AlreadyExist value)
Key already exists
.kvrpcpb.AlreadyExist already_exist = 5;
public Kvrpcpb.KeyError.Builder clearAlreadyExist()
Key already exists
.kvrpcpb.AlreadyExist already_exist = 5;
public Kvrpcpb.AlreadyExist.Builder getAlreadyExistBuilder()
Key already exists
.kvrpcpb.AlreadyExist already_exist = 5;
public Kvrpcpb.AlreadyExistOrBuilder getAlreadyExistOrBuilder()
Key already exists
.kvrpcpb.AlreadyExist already_exist = 5;
getAlreadyExistOrBuilder
in interface Kvrpcpb.KeyErrorOrBuilder
public boolean hasDeadlock()
Deadlock is used in pessimistic transaction for single statement rollback.
.kvrpcpb.Deadlock deadlock = 6;
hasDeadlock
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.Deadlock getDeadlock()
Deadlock is used in pessimistic transaction for single statement rollback.
.kvrpcpb.Deadlock deadlock = 6;
getDeadlock
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.KeyError.Builder setDeadlock(Kvrpcpb.Deadlock value)
Deadlock is used in pessimistic transaction for single statement rollback.
.kvrpcpb.Deadlock deadlock = 6;
public Kvrpcpb.KeyError.Builder setDeadlock(Kvrpcpb.Deadlock.Builder builderForValue)
Deadlock is used in pessimistic transaction for single statement rollback.
.kvrpcpb.Deadlock deadlock = 6;
public Kvrpcpb.KeyError.Builder mergeDeadlock(Kvrpcpb.Deadlock value)
Deadlock is used in pessimistic transaction for single statement rollback.
.kvrpcpb.Deadlock deadlock = 6;
public Kvrpcpb.KeyError.Builder clearDeadlock()
Deadlock is used in pessimistic transaction for single statement rollback.
.kvrpcpb.Deadlock deadlock = 6;
public Kvrpcpb.Deadlock.Builder getDeadlockBuilder()
Deadlock is used in pessimistic transaction for single statement rollback.
.kvrpcpb.Deadlock deadlock = 6;
public Kvrpcpb.DeadlockOrBuilder getDeadlockOrBuilder()
Deadlock is used in pessimistic transaction for single statement rollback.
.kvrpcpb.Deadlock deadlock = 6;
getDeadlockOrBuilder
in interface Kvrpcpb.KeyErrorOrBuilder
public boolean hasCommitTsExpired()
Commit ts is earlier than min commit ts of a transaction.
.kvrpcpb.CommitTsExpired commit_ts_expired = 7;
hasCommitTsExpired
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.CommitTsExpired getCommitTsExpired()
Commit ts is earlier than min commit ts of a transaction.
.kvrpcpb.CommitTsExpired commit_ts_expired = 7;
getCommitTsExpired
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.KeyError.Builder setCommitTsExpired(Kvrpcpb.CommitTsExpired value)
Commit ts is earlier than min commit ts of a transaction.
.kvrpcpb.CommitTsExpired commit_ts_expired = 7;
public Kvrpcpb.KeyError.Builder setCommitTsExpired(Kvrpcpb.CommitTsExpired.Builder builderForValue)
Commit ts is earlier than min commit ts of a transaction.
.kvrpcpb.CommitTsExpired commit_ts_expired = 7;
public Kvrpcpb.KeyError.Builder mergeCommitTsExpired(Kvrpcpb.CommitTsExpired value)
Commit ts is earlier than min commit ts of a transaction.
.kvrpcpb.CommitTsExpired commit_ts_expired = 7;
public Kvrpcpb.KeyError.Builder clearCommitTsExpired()
Commit ts is earlier than min commit ts of a transaction.
.kvrpcpb.CommitTsExpired commit_ts_expired = 7;
public Kvrpcpb.CommitTsExpired.Builder getCommitTsExpiredBuilder()
Commit ts is earlier than min commit ts of a transaction.
.kvrpcpb.CommitTsExpired commit_ts_expired = 7;
public Kvrpcpb.CommitTsExpiredOrBuilder getCommitTsExpiredOrBuilder()
Commit ts is earlier than min commit ts of a transaction.
.kvrpcpb.CommitTsExpired commit_ts_expired = 7;
getCommitTsExpiredOrBuilder
in interface Kvrpcpb.KeyErrorOrBuilder
public boolean hasTxnNotFound()
Txn not found when checking txn status.
.kvrpcpb.TxnNotFound txn_not_found = 8;
hasTxnNotFound
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.TxnNotFound getTxnNotFound()
Txn not found when checking txn status.
.kvrpcpb.TxnNotFound txn_not_found = 8;
getTxnNotFound
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.KeyError.Builder setTxnNotFound(Kvrpcpb.TxnNotFound value)
Txn not found when checking txn status.
.kvrpcpb.TxnNotFound txn_not_found = 8;
public Kvrpcpb.KeyError.Builder setTxnNotFound(Kvrpcpb.TxnNotFound.Builder builderForValue)
Txn not found when checking txn status.
.kvrpcpb.TxnNotFound txn_not_found = 8;
public Kvrpcpb.KeyError.Builder mergeTxnNotFound(Kvrpcpb.TxnNotFound value)
Txn not found when checking txn status.
.kvrpcpb.TxnNotFound txn_not_found = 8;
public Kvrpcpb.KeyError.Builder clearTxnNotFound()
Txn not found when checking txn status.
.kvrpcpb.TxnNotFound txn_not_found = 8;
public Kvrpcpb.TxnNotFound.Builder getTxnNotFoundBuilder()
Txn not found when checking txn status.
.kvrpcpb.TxnNotFound txn_not_found = 8;
public Kvrpcpb.TxnNotFoundOrBuilder getTxnNotFoundOrBuilder()
Txn not found when checking txn status.
.kvrpcpb.TxnNotFound txn_not_found = 8;
getTxnNotFoundOrBuilder
in interface Kvrpcpb.KeyErrorOrBuilder
public boolean hasCommitTsTooLarge()
Calculated commit TS exceeds the limit given by the user.
.kvrpcpb.CommitTsTooLarge commit_ts_too_large = 9;
hasCommitTsTooLarge
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.CommitTsTooLarge getCommitTsTooLarge()
Calculated commit TS exceeds the limit given by the user.
.kvrpcpb.CommitTsTooLarge commit_ts_too_large = 9;
getCommitTsTooLarge
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.KeyError.Builder setCommitTsTooLarge(Kvrpcpb.CommitTsTooLarge value)
Calculated commit TS exceeds the limit given by the user.
.kvrpcpb.CommitTsTooLarge commit_ts_too_large = 9;
public Kvrpcpb.KeyError.Builder setCommitTsTooLarge(Kvrpcpb.CommitTsTooLarge.Builder builderForValue)
Calculated commit TS exceeds the limit given by the user.
.kvrpcpb.CommitTsTooLarge commit_ts_too_large = 9;
public Kvrpcpb.KeyError.Builder mergeCommitTsTooLarge(Kvrpcpb.CommitTsTooLarge value)
Calculated commit TS exceeds the limit given by the user.
.kvrpcpb.CommitTsTooLarge commit_ts_too_large = 9;
public Kvrpcpb.KeyError.Builder clearCommitTsTooLarge()
Calculated commit TS exceeds the limit given by the user.
.kvrpcpb.CommitTsTooLarge commit_ts_too_large = 9;
public Kvrpcpb.CommitTsTooLarge.Builder getCommitTsTooLargeBuilder()
Calculated commit TS exceeds the limit given by the user.
.kvrpcpb.CommitTsTooLarge commit_ts_too_large = 9;
public Kvrpcpb.CommitTsTooLargeOrBuilder getCommitTsTooLargeOrBuilder()
Calculated commit TS exceeds the limit given by the user.
.kvrpcpb.CommitTsTooLarge commit_ts_too_large = 9;
getCommitTsTooLargeOrBuilder
in interface Kvrpcpb.KeyErrorOrBuilder
public boolean hasAssertionFailed()
Assertion of a `Mutation` is evaluated as a failure.
.kvrpcpb.AssertionFailed assertion_failed = 10;
hasAssertionFailed
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.AssertionFailed getAssertionFailed()
Assertion of a `Mutation` is evaluated as a failure.
.kvrpcpb.AssertionFailed assertion_failed = 10;
getAssertionFailed
in interface Kvrpcpb.KeyErrorOrBuilder
public Kvrpcpb.KeyError.Builder setAssertionFailed(Kvrpcpb.AssertionFailed value)
Assertion of a `Mutation` is evaluated as a failure.
.kvrpcpb.AssertionFailed assertion_failed = 10;
public Kvrpcpb.KeyError.Builder setAssertionFailed(Kvrpcpb.AssertionFailed.Builder builderForValue)
Assertion of a `Mutation` is evaluated as a failure.
.kvrpcpb.AssertionFailed assertion_failed = 10;
public Kvrpcpb.KeyError.Builder mergeAssertionFailed(Kvrpcpb.AssertionFailed value)
Assertion of a `Mutation` is evaluated as a failure.
.kvrpcpb.AssertionFailed assertion_failed = 10;
public Kvrpcpb.KeyError.Builder clearAssertionFailed()
Assertion of a `Mutation` is evaluated as a failure.
.kvrpcpb.AssertionFailed assertion_failed = 10;
public Kvrpcpb.AssertionFailed.Builder getAssertionFailedBuilder()
Assertion of a `Mutation` is evaluated as a failure.
.kvrpcpb.AssertionFailed assertion_failed = 10;
public Kvrpcpb.AssertionFailedOrBuilder getAssertionFailedOrBuilder()
Assertion of a `Mutation` is evaluated as a failure.
.kvrpcpb.AssertionFailed assertion_failed = 10;
getAssertionFailedOrBuilder
in interface Kvrpcpb.KeyErrorOrBuilder
public final Kvrpcpb.KeyError.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder>
public final Kvrpcpb.KeyError.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Kvrpcpb.KeyError.Builder>
Copyright © 2024 PingCAP. All rights reserved.