Package org.infinispan.batch
Support for batching calls using the
BatchingCache.startBatch()
and BatchingCache.endBatch(boolean)
API.-
Class Summary Class Description AutoBatchSupport Enables for automatic batching.BatchContainer A container for holding thread locals for batching, to be used with theBatchingCache.startBatch()
andBatchingCache.endBatch(boolean)
calls.