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