Uses of Class
org.infinispan.batch.BatchContainer
-
Packages that use BatchContainer Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.batch Support for batching calls using theBatchingCache.startBatch()andBatchingCache.endBatch(boolean)API.org.infinispan.cache.impl org.infinispan.security.impl -
-
Uses of BatchContainer in org.infinispan
Methods in org.infinispan that return BatchContainer Modifier and Type Method Description BatchContainerAdvancedCache. getBatchContainer()Returns the component in charge of batching cache operations. -
Uses of BatchContainer in org.infinispan.batch
Fields in org.infinispan.batch declared as BatchContainer Modifier and Type Field Description protected BatchContainerAutoBatchSupport. batchContainer -
Uses of BatchContainer in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as BatchContainer Modifier and Type Field Description protected BatchContainerCacheImpl. batchContainerprotected BatchContainerInvocationHelper. batchContainerMethods in org.infinispan.cache.impl that return BatchContainer Modifier and Type Method Description BatchContainerAbstractDelegatingAdvancedCache. getBatchContainer()BatchContainerCacheImpl. getBatchContainer()BatchContainerSimpleCacheImpl. getBatchContainer() -
Uses of BatchContainer in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return BatchContainer Modifier and Type Method Description BatchContainerSecureCacheImpl. getBatchContainer()
-