Package | Description |
---|---|
org.jboss.cache.config |
Modifier and Type | Method and Description |
---|---|
Configuration.NodeLockingScheme |
Configuration.getNodeLockingScheme()
Deprecated.
will be removed once optimistic and pessimistic locking is removed.
|
static Configuration.NodeLockingScheme |
Configuration.NodeLockingScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.NodeLockingScheme[] |
Configuration.NodeLockingScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setNodeLockingScheme(Configuration.NodeLockingScheme nodeLockingScheme)
Deprecated.
will default to MVCC once optimistic and pessimistic schemes are removed.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.