| Package | Description |
|---|---|
| org.infinispan.remoting.inboundhandler |
Handling of inbound commands on remote nodes.
|
| org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NonTxPerCacheInboundInvocationHandler.onEvent(LockState state) |
void |
TrianglePerCacheInboundInvocationHandler.onEvent(LockState state) |
| Modifier and Type | Method and Description |
|---|---|
static LockState |
LockState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockState[] |
LockState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedLockPromise.cancel(LockState cause)
It cancels the
LockPromise if possible. |
void |
LockListener.onEvent(LockState state)
Invoked when the lock is available.
|
void |
KeyAwareLockListener.onEvent(Object key,
LockState state)
Invoked when the lock is available.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.