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.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 CacheImpl.batchContainer
           
 

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

Methods in org.infinispan with parameters of type BatchContainer
 void CacheImpl.injectDependencies(EvictionManager evictionManager, InvocationContextContainer icc, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, StreamingMarshaller marshaller, ResponseGenerator responseGenerator, DistributionManager distributionManager, EmbeddedCacheManager cacheManager, StateTransferManager stateTransferManager, ExecutorService asyncExecutor, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator, LockManager lockManager)
           
 

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 © 2011 JBoss, a division of Red Hat. All Rights Reserved.