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