| Package | Description |
|---|---|
| org.infinispan.remoting.inboundhandler |
Handling of inbound commands on remote nodes.
|
| org.infinispan.remoting.inboundhandler.action |
| Modifier and Type | Method and Description |
|---|---|
ActionStatus |
TrianglePerCacheInboundInvocationHandler.check(ActionState state) |
| Modifier and Type | Method and Description |
|---|---|
ActionStatus |
Action.check(ActionState state)
It checks this action.
|
ActionStatus |
CheckTopologyAction.check(ActionState state) |
ActionStatus |
BaseLockingAction.check(ActionState state) |
ActionStatus |
TriangleOrderAction.check(ActionState state) |
protected abstract ActionStatus |
BaseLockingAction.checking(ActionState state) |
protected abstract ActionStatus |
BaseLockingAction.init(ActionState state) |
static ActionStatus |
ActionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionStatus[] |
ActionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.