| Package | Description |
|---|---|
| com.tangosol.util.fsm |
Contains Finite state machine interfaces.
|
| Modifier and Type | Method | Description |
|---|---|---|
static NonBlockingFiniteStateMachine.CoalescedEvent.Process |
NonBlockingFiniteStateMachine.CoalescedEvent.Process.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
|
static NonBlockingFiniteStateMachine.CoalescedEvent.Process[] |
NonBlockingFiniteStateMachine.CoalescedEvent.Process.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
CoalescedEvent(Event<S> event,
NonBlockingFiniteStateMachine.CoalescedEvent.Process mode)
Constructs a
NonBlockingFiniteStateMachine.CoalescedEvent of the specified Event type. |
|
CoalescedEvent(Event<S> event,
NonBlockingFiniteStateMachine.CoalescedEvent.Process mode,
Object discriminator)
Constructs a
NonBlockingFiniteStateMachine.CoalescedEvent with the specified discriminator and Event. |