Uses of Class
org.jboss.cache.config.Configuration.NodeLockingScheme

Packages that use Configuration.NodeLockingScheme
org.jboss.cache.config   
 

Uses of Configuration.NodeLockingScheme in org.jboss.cache.config
 

Methods in org.jboss.cache.config that return Configuration.NodeLockingScheme
 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're declared.
 

Methods in org.jboss.cache.config with parameters of type Configuration.NodeLockingScheme
 void Configuration.setNodeLockingScheme(Configuration.NodeLockingScheme nodeLockingScheme)
          Deprecated. will default to MVCC once optimistic and pessimistic schemes are removed.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.