Uses of Class
org.infinispan.batch.BatchContainer

Packages that use BatchContainer
org.infinispan   
org.infinispan.atomic   
org.infinispan.batch   
org.infinispan.tree   
 

Uses of BatchContainer in org.infinispan
 

Fields in org.infinispan declared as BatchContainer
protected  BatchContainer CacheDelegate.batchContainer
           
 

Methods in org.infinispan that return BatchContainer
 BatchContainer CacheDelegate.getBatchContainer()
           
 BatchContainer AdvancedCache.getBatchContainer()
           
 BatchContainer AbstractDelegatingAdvancedCache.getBatchContainer()
           
 

Methods in org.infinispan with parameters of type BatchContainer
 void CacheDelegate.injectDependencies(EvictionManager evictionManager, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, Marshaller marshaller, ResponseGenerator responseGenerator, CacheManager cacheManager, StateTransferManager stateTransferManager)
           
 

Uses of BatchContainer in org.infinispan.atomic
 

Methods in org.infinispan.atomic with parameters of type BatchContainer
 AtomicMap AtomicHashMap.getProxy(Cache cache, Object mapKey, BatchContainer batchContainer, InvocationContextContainer invocationContextContainer)
           
 

Constructors in org.infinispan.atomic with parameters of type BatchContainer
AtomicHashMapProxy(Cache cache, Object deltaMapKey, BatchContainer batchContainer, InvocationContextContainer icc)
           
 

Uses of BatchContainer in org.infinispan.batch
 

Fields in org.infinispan.batch declared as BatchContainer
protected  BatchContainer AutoBatchSupport.batchContainer
           
 

Uses of BatchContainer in org.infinispan.tree
 

Constructors in org.infinispan.tree with parameters of type BatchContainer
NodeImpl(Fqn fqn, Cache cache, BatchContainer batchContainer, InvocationContextContainer icc)
           
TreeStructureSupport(Cache cache, BatchContainer batchContainer, InvocationContextContainer icc)
           
 



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