Package | Description |
---|---|
deadlock | |
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntriesResponse.Builder.addEntriesBuilder()
repeated .deadlock.WaitForEntry entries = 1 [(.gogoproto.nullable) = false]; |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntriesResponse.Builder.addEntriesBuilder(int index)
repeated .deadlock.WaitForEntry entries = 1 [(.gogoproto.nullable) = false]; |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.DeadlockResponse.Builder.addWaitChainBuilder()
The other entries of the dead lock circle.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.DeadlockResponse.Builder.addWaitChainBuilder(int index)
The other entries of the dead lock circle.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.clear() |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.clearKey()
The key the current txn is trying to lock.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.clearKeyHash()
The hash value of the key is being waited for.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.clearResourceGroupTag()
The tag came from the lock request's context.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.clearTxn()
The transaction id that is waiting.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.clearWaitForTxn()
The transaction id that is being waited for.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.clearWaitTime()
Milliseconds it has been waits.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.clone() |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntriesResponse.Builder.getEntriesBuilder(int index)
repeated .deadlock.WaitForEntry entries = 1 [(.gogoproto.nullable) = false]; |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.DeadlockRequest.Builder.getEntryBuilder()
.deadlock.WaitForEntry entry = 2 [(.gogoproto.nullable) = false]; |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.DeadlockResponse.Builder.getEntryBuilder()
The same entry sent by DeadlockRequest, identifies the sender.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.DeadlockResponse.Builder.getWaitChainBuilder(int index)
The other entries of the dead lock circle.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.mergeFrom(DeadlockOuterClass.WaitForEntry other) |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.mergeFrom(com.google.protobuf.Message other) |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.newBuilder() |
static DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.newBuilder(DeadlockOuterClass.WaitForEntry prototype) |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.newBuilderForType() |
protected DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.setKey(com.google.protobuf.ByteString value)
The key the current txn is trying to lock.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.setKeyHash(long value)
The hash value of the key is being waited for.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.setResourceGroupTag(com.google.protobuf.ByteString value)
The tag came from the lock request's context.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.setTxn(long value)
The transaction id that is waiting.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.setWaitForTxn(long value)
The transaction id that is being waited for.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.Builder.setWaitTime(long value)
Milliseconds it has been waits.
|
DeadlockOuterClass.WaitForEntry.Builder |
DeadlockOuterClass.WaitForEntry.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<DeadlockOuterClass.WaitForEntry.Builder> |
DeadlockOuterClass.WaitForEntriesResponse.Builder.getEntriesBuilderList()
repeated .deadlock.WaitForEntry entries = 1 [(.gogoproto.nullable) = false]; |
List<DeadlockOuterClass.WaitForEntry.Builder> |
DeadlockOuterClass.DeadlockResponse.Builder.getWaitChainBuilderList()
The other entries of the dead lock circle.
|
Modifier and Type | Method and Description |
---|---|
DeadlockOuterClass.WaitForEntriesResponse.Builder |
DeadlockOuterClass.WaitForEntriesResponse.Builder.addEntries(DeadlockOuterClass.WaitForEntry.Builder builderForValue)
repeated .deadlock.WaitForEntry entries = 1 [(.gogoproto.nullable) = false]; |
DeadlockOuterClass.WaitForEntriesResponse.Builder |
DeadlockOuterClass.WaitForEntriesResponse.Builder.addEntries(int index,
DeadlockOuterClass.WaitForEntry.Builder builderForValue)
repeated .deadlock.WaitForEntry entries = 1 [(.gogoproto.nullable) = false]; |
DeadlockOuterClass.DeadlockResponse.Builder |
DeadlockOuterClass.DeadlockResponse.Builder.addWaitChain(DeadlockOuterClass.WaitForEntry.Builder builderForValue)
The other entries of the dead lock circle.
|
DeadlockOuterClass.DeadlockResponse.Builder |
DeadlockOuterClass.DeadlockResponse.Builder.addWaitChain(int index,
DeadlockOuterClass.WaitForEntry.Builder builderForValue)
The other entries of the dead lock circle.
|
DeadlockOuterClass.WaitForEntriesResponse.Builder |
DeadlockOuterClass.WaitForEntriesResponse.Builder.setEntries(int index,
DeadlockOuterClass.WaitForEntry.Builder builderForValue)
repeated .deadlock.WaitForEntry entries = 1 [(.gogoproto.nullable) = false]; |
DeadlockOuterClass.DeadlockRequest.Builder |
DeadlockOuterClass.DeadlockRequest.Builder.setEntry(DeadlockOuterClass.WaitForEntry.Builder builderForValue)
.deadlock.WaitForEntry entry = 2 [(.gogoproto.nullable) = false]; |
DeadlockOuterClass.DeadlockResponse.Builder |
DeadlockOuterClass.DeadlockResponse.Builder.setEntry(DeadlockOuterClass.WaitForEntry.Builder builderForValue)
The same entry sent by DeadlockRequest, identifies the sender.
|
DeadlockOuterClass.DeadlockResponse.Builder |
DeadlockOuterClass.DeadlockResponse.Builder.setWaitChain(int index,
DeadlockOuterClass.WaitForEntry.Builder builderForValue)
The other entries of the dead lock circle.
|
Modifier and Type | Method and Description |
---|---|
DeadlockOuterClass.WaitForEntry.Builder |
Kvrpcpb.GetLockWaitInfoResponse.Builder.addEntriesBuilder()
repeated .deadlock.WaitForEntry entries = 3; |
DeadlockOuterClass.WaitForEntry.Builder |
Kvrpcpb.GetLockWaitInfoResponse.Builder.addEntriesBuilder(int index)
repeated .deadlock.WaitForEntry entries = 3; |
DeadlockOuterClass.WaitForEntry.Builder |
Kvrpcpb.Deadlock.Builder.addWaitChainBuilder()
repeated .deadlock.WaitForEntry wait_chain = 4; |
DeadlockOuterClass.WaitForEntry.Builder |
Kvrpcpb.Deadlock.Builder.addWaitChainBuilder(int index)
repeated .deadlock.WaitForEntry wait_chain = 4; |
DeadlockOuterClass.WaitForEntry.Builder |
Kvrpcpb.GetLockWaitInfoResponse.Builder.getEntriesBuilder(int index)
repeated .deadlock.WaitForEntry entries = 3; |
DeadlockOuterClass.WaitForEntry.Builder |
Kvrpcpb.Deadlock.Builder.getWaitChainBuilder(int index)
repeated .deadlock.WaitForEntry wait_chain = 4; |
Modifier and Type | Method and Description |
---|---|
List<DeadlockOuterClass.WaitForEntry.Builder> |
Kvrpcpb.GetLockWaitInfoResponse.Builder.getEntriesBuilderList()
repeated .deadlock.WaitForEntry entries = 3; |
List<DeadlockOuterClass.WaitForEntry.Builder> |
Kvrpcpb.Deadlock.Builder.getWaitChainBuilderList()
repeated .deadlock.WaitForEntry wait_chain = 4; |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.GetLockWaitInfoResponse.Builder |
Kvrpcpb.GetLockWaitInfoResponse.Builder.addEntries(DeadlockOuterClass.WaitForEntry.Builder builderForValue)
repeated .deadlock.WaitForEntry entries = 3; |
Kvrpcpb.GetLockWaitInfoResponse.Builder |
Kvrpcpb.GetLockWaitInfoResponse.Builder.addEntries(int index,
DeadlockOuterClass.WaitForEntry.Builder builderForValue)
repeated .deadlock.WaitForEntry entries = 3; |
Kvrpcpb.Deadlock.Builder |
Kvrpcpb.Deadlock.Builder.addWaitChain(DeadlockOuterClass.WaitForEntry.Builder builderForValue)
repeated .deadlock.WaitForEntry wait_chain = 4; |
Kvrpcpb.Deadlock.Builder |
Kvrpcpb.Deadlock.Builder.addWaitChain(int index,
DeadlockOuterClass.WaitForEntry.Builder builderForValue)
repeated .deadlock.WaitForEntry wait_chain = 4; |
Kvrpcpb.GetLockWaitInfoResponse.Builder |
Kvrpcpb.GetLockWaitInfoResponse.Builder.setEntries(int index,
DeadlockOuterClass.WaitForEntry.Builder builderForValue)
repeated .deadlock.WaitForEntry entries = 3; |
Kvrpcpb.Deadlock.Builder |
Kvrpcpb.Deadlock.Builder.setWaitChain(int index,
DeadlockOuterClass.WaitForEntry.Builder builderForValue)
repeated .deadlock.WaitForEntry wait_chain = 4; |
Copyright © 2024 PingCAP. All rights reserved.