Package | Description |
---|---|
net.sf.ehcache.constructs.nonstop.concurrency |
Nonstop feature related to concurrent package
|
Modifier and Type | Field and Description |
---|---|
private NonstopSync.OperationState |
NonstopSync.ExplicitLockingClusterOperationImpl.state |
Modifier and Type | Method and Description |
---|---|
(package private) abstract NonstopSync.OperationState |
NonstopSync.OperationState.executionComplete() |
(package private) abstract NonstopSync.OperationState |
NonstopSync.OperationState.operationTimedOut() |
static NonstopSync.OperationState |
NonstopSync.OperationState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NonstopSync.OperationState[] |
NonstopSync.OperationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|