| Package | Description |
|---|---|
| com.alipay.sofa.jraft.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static LongHeldDetectingReadWriteLock.AcquireMode |
LongHeldDetectingReadWriteLock.AcquireMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LongHeldDetectingReadWriteLock.AcquireMode[] |
LongHeldDetectingReadWriteLock.AcquireMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
LongHeldDetectingReadWriteLock.report(LongHeldDetectingReadWriteLock.AcquireMode acquireMode,
Thread heldThread,
Collection<Thread> queuedThreads,
long blockedNanos) |
Copyright © 2024. All rights reserved.