public static final class DeadlockOuterClass.WaitForEntry.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DeadlockOuterClass.WaitForEntry.Builder> implements DeadlockOuterClass.WaitForEntryOrBuilder
deadlock.WaitForEntry
Modifier and Type | Method and Description |
---|---|
DeadlockOuterClass.WaitForEntry.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DeadlockOuterClass.WaitForEntry |
build() |
DeadlockOuterClass.WaitForEntry |
buildPartial() |
DeadlockOuterClass.WaitForEntry.Builder |
clear() |
DeadlockOuterClass.WaitForEntry.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DeadlockOuterClass.WaitForEntry.Builder |
clearKey()
The key the current txn is trying to lock.
|
DeadlockOuterClass.WaitForEntry.Builder |
clearKeyHash()
The hash value of the key is being waited for.
|
DeadlockOuterClass.WaitForEntry.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DeadlockOuterClass.WaitForEntry.Builder |
clearResourceGroupTag()
The tag came from the lock request's context.
|
DeadlockOuterClass.WaitForEntry.Builder |
clearTxn()
The transaction id that is waiting.
|
DeadlockOuterClass.WaitForEntry.Builder |
clearWaitForTxn()
The transaction id that is being waited for.
|
DeadlockOuterClass.WaitForEntry.Builder |
clearWaitTime()
Milliseconds it has been waits.
|
DeadlockOuterClass.WaitForEntry.Builder |
clone() |
DeadlockOuterClass.WaitForEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getKey()
The key the current txn is trying to lock.
|
long |
getKeyHash()
The hash value of the key is being waited for.
|
com.google.protobuf.ByteString |
getResourceGroupTag()
The tag came from the lock request's context.
|
long |
getTxn()
The transaction id that is waiting.
|
long |
getWaitForTxn()
The transaction id that is being waited for.
|
long |
getWaitTime()
Milliseconds it has been waits.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DeadlockOuterClass.WaitForEntry.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DeadlockOuterClass.WaitForEntry.Builder |
mergeFrom(DeadlockOuterClass.WaitForEntry other) |
DeadlockOuterClass.WaitForEntry.Builder |
mergeFrom(com.google.protobuf.Message other) |
DeadlockOuterClass.WaitForEntry.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DeadlockOuterClass.WaitForEntry.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DeadlockOuterClass.WaitForEntry.Builder |
setKey(com.google.protobuf.ByteString value)
The key the current txn is trying to lock.
|
DeadlockOuterClass.WaitForEntry.Builder |
setKeyHash(long value)
The hash value of the key is being waited for.
|
DeadlockOuterClass.WaitForEntry.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DeadlockOuterClass.WaitForEntry.Builder |
setResourceGroupTag(com.google.protobuf.ByteString value)
The tag came from the lock request's context.
|
DeadlockOuterClass.WaitForEntry.Builder |
setTxn(long value)
The transaction id that is waiting.
|
DeadlockOuterClass.WaitForEntry.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DeadlockOuterClass.WaitForEntry.Builder |
setWaitForTxn(long value)
The transaction id that is being waited for.
|
DeadlockOuterClass.WaitForEntry.Builder |
setWaitTime(long value)
Milliseconds it has been waits.
|
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<DeadlockOuterClass.WaitForEntry.Builder>
public DeadlockOuterClass.WaitForEntry.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<DeadlockOuterClass.WaitForEntry.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<DeadlockOuterClass.WaitForEntry.Builder>
public DeadlockOuterClass.WaitForEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public DeadlockOuterClass.WaitForEntry build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public DeadlockOuterClass.WaitForEntry buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public DeadlockOuterClass.WaitForEntry.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<DeadlockOuterClass.WaitForEntry.Builder>
public DeadlockOuterClass.WaitForEntry.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<DeadlockOuterClass.WaitForEntry.Builder>
public DeadlockOuterClass.WaitForEntry.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<DeadlockOuterClass.WaitForEntry.Builder>
public DeadlockOuterClass.WaitForEntry.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<DeadlockOuterClass.WaitForEntry.Builder>
public DeadlockOuterClass.WaitForEntry.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<DeadlockOuterClass.WaitForEntry.Builder>
public DeadlockOuterClass.WaitForEntry.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<DeadlockOuterClass.WaitForEntry.Builder>
public DeadlockOuterClass.WaitForEntry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DeadlockOuterClass.WaitForEntry.Builder>
public DeadlockOuterClass.WaitForEntry.Builder mergeFrom(DeadlockOuterClass.WaitForEntry other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<DeadlockOuterClass.WaitForEntry.Builder>
public DeadlockOuterClass.WaitForEntry.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<DeadlockOuterClass.WaitForEntry.Builder>
IOException
public long getTxn()
The transaction id that is waiting.
uint64 txn = 1;
getTxn
in interface DeadlockOuterClass.WaitForEntryOrBuilder
public DeadlockOuterClass.WaitForEntry.Builder setTxn(long value)
The transaction id that is waiting.
uint64 txn = 1;
value
- The txn to set.public DeadlockOuterClass.WaitForEntry.Builder clearTxn()
The transaction id that is waiting.
uint64 txn = 1;
public long getWaitForTxn()
The transaction id that is being waited for.
uint64 wait_for_txn = 2;
getWaitForTxn
in interface DeadlockOuterClass.WaitForEntryOrBuilder
public DeadlockOuterClass.WaitForEntry.Builder setWaitForTxn(long value)
The transaction id that is being waited for.
uint64 wait_for_txn = 2;
value
- The waitForTxn to set.public DeadlockOuterClass.WaitForEntry.Builder clearWaitForTxn()
The transaction id that is being waited for.
uint64 wait_for_txn = 2;
public long getKeyHash()
The hash value of the key is being waited for.
uint64 key_hash = 3;
getKeyHash
in interface DeadlockOuterClass.WaitForEntryOrBuilder
public DeadlockOuterClass.WaitForEntry.Builder setKeyHash(long value)
The hash value of the key is being waited for.
uint64 key_hash = 3;
value
- The keyHash to set.public DeadlockOuterClass.WaitForEntry.Builder clearKeyHash()
The hash value of the key is being waited for.
uint64 key_hash = 3;
public com.google.protobuf.ByteString getKey()
The key the current txn is trying to lock.
bytes key = 4;
getKey
in interface DeadlockOuterClass.WaitForEntryOrBuilder
public DeadlockOuterClass.WaitForEntry.Builder setKey(com.google.protobuf.ByteString value)
The key the current txn is trying to lock.
bytes key = 4;
value
- The key to set.public DeadlockOuterClass.WaitForEntry.Builder clearKey()
The key the current txn is trying to lock.
bytes key = 4;
public com.google.protobuf.ByteString getResourceGroupTag()
The tag came from the lock request's context.
bytes resource_group_tag = 5;
getResourceGroupTag
in interface DeadlockOuterClass.WaitForEntryOrBuilder
public DeadlockOuterClass.WaitForEntry.Builder setResourceGroupTag(com.google.protobuf.ByteString value)
The tag came from the lock request's context.
bytes resource_group_tag = 5;
value
- The resourceGroupTag to set.public DeadlockOuterClass.WaitForEntry.Builder clearResourceGroupTag()
The tag came from the lock request's context.
bytes resource_group_tag = 5;
public long getWaitTime()
Milliseconds it has been waits.
uint64 wait_time = 6;
getWaitTime
in interface DeadlockOuterClass.WaitForEntryOrBuilder
public DeadlockOuterClass.WaitForEntry.Builder setWaitTime(long value)
Milliseconds it has been waits.
uint64 wait_time = 6;
value
- The waitTime to set.public DeadlockOuterClass.WaitForEntry.Builder clearWaitTime()
Milliseconds it has been waits.
uint64 wait_time = 6;
public final DeadlockOuterClass.WaitForEntry.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<DeadlockOuterClass.WaitForEntry.Builder>
public final DeadlockOuterClass.WaitForEntry.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<DeadlockOuterClass.WaitForEntry.Builder>
Copyright © 2024 PingCAP. All rights reserved.