Infinispan Distribution 5.2.6.Final-redhat-2

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. 
 

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 AdvancedCache.getBatchContainer()
          Returns the component in charge of batching cache operations.
 BatchContainer AbstractDelegatingAdvancedCache.getBatchContainer()
           
 BatchContainer CacheImpl.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, ExecutorService asyncExecutor, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator, LockManager lockManager, GlobalConfiguration globalCfg)
           
 

Uses of BatchContainer in org.infinispan.batch
 

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


Infinispan Distribution 5.2.6.Final-redhat-2

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