Uses of Class
org.infinispan.batch.BatchContainer

Packages that use BatchContainer
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.atomic This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interfaces such as the Tree API. 
org.infinispan.batch Support for batching calls using the Cache.startBatch() and Cache.endBatch(boolean) API. 
org.infinispan.tree This package contains the TreeCache. 
 

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 icc, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, Marshaller marshaller, ResponseGenerator responseGenerator, DistributionManager distributionManager, CacheManager cacheManager, StateTransferManager stateTransferManager)
           
 

Uses of BatchContainer in org.infinispan.atomic
 

Methods in org.infinispan.atomic with parameters of type BatchContainer
 AtomicMap<K,V> AtomicHashMap.getProxy(Cache cache, Object mapKey, BatchContainer batchContainer, InvocationContextContainer icc)
           
 

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)
           
 


Google Analytics

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