Package | Description |
---|---|
org.infinispan.remoting.inboundhandler | |
org.infinispan.remoting.inboundhandler.action | |
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
Modifier and Type | Method and Description |
---|---|
void |
NonTotalOrderPerCacheInboundInvocationHandler.onEvent(LockState state) |
Modifier and Type | Method and Description |
---|---|
void |
LockAction.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 © 2023 JBoss, a division of Red Hat. All rights reserved.