class DeadlockDetect extends Object
Tools to detect deadlocks
| Modifier and Type | Field and Description |
|---|---|
(package private) static String |
DEADLOCK |
| Constructor and Description |
|---|
DeadlockDetect() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
end()
End deadlock detection for this node
|
(package private) void |
start()
Start deadlock detection for this node
|
static final String DEADLOCK
void start()
Start deadlock detection for this node
This method can be run within or outside a transaction
void end() throws TransactionalDeadlockDetectedException
End deadlock detection for this node
This method can be run within or outside a transaction
TransactionalDeadlockDetectedException - if deadlocks found or command failedCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.