Uses of Class
org.infinispan.batch.BatchContainer
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Support for batching calls using the
BatchingCache.startBatch()
and BatchingCache.endBatch(boolean)
API.-
Uses of BatchContainer in org.infinispan
Modifier and TypeMethodDescriptionAdvancedCache.getBatchContainer()
Returns the component in charge of batching cache operations. -
Uses of BatchContainer in org.infinispan.batch
-
Uses of BatchContainer in org.infinispan.cache.impl
Modifier and TypeFieldDescriptionprotected BatchContainer
CacheImpl.batchContainer
protected BatchContainer
InvocationHelper.batchContainer
Modifier and TypeMethodDescriptionAbstractDelegatingAdvancedCache.getBatchContainer()
CacheImpl.getBatchContainer()
SimpleCacheImpl.getBatchContainer()
-
Uses of BatchContainer in org.infinispan.security.impl