Uses of Class
org.infinispan.util.concurrent.IsolationLevel

Packages that use IsolationLevel
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.util.concurrent Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers. 
 

Uses of IsolationLevel in org.infinispan.config
 

Fields in org.infinispan.config declared as IsolationLevel
protected  IsolationLevel Configuration.LockingType.isolationLevel
           
 

Methods in org.infinispan.config that return IsolationLevel
 IsolationLevel Configuration.getIsolationLevel()
           
 

Methods in org.infinispan.config with parameters of type IsolationLevel
 void Configuration.setIsolationLevel(IsolationLevel isolationLevel)
          Cache isolation level.
 void Configuration.LockingType.setIsolationLevel(IsolationLevel isolationLevel)
           
 

Uses of IsolationLevel in org.infinispan.util.concurrent
 

Methods in org.infinispan.util.concurrent that return IsolationLevel
static IsolationLevel IsolationLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IsolationLevel[] IsolationLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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