org.infinispan.batch
Class AutoBatchSupport
java.lang.Object
org.infinispan.batch.AutoBatchSupport
- Direct Known Subclasses:
- AtomicHashMapProxy, TreeStructureSupport
@NotThreadSafe
public abstract class AutoBatchSupport
- extends Object
Enables for automatic batching.
- Since:
- 4.0
- Author:
- Manik Surtani (manik AT jboss DOT org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
batchContainer
protected BatchContainer batchContainer
AutoBatchSupport
public AutoBatchSupport()
assertBatchingSupported
protected void assertBatchingSupported(Configuration c)
startAtomic
protected void startAtomic()
endAtomic
protected void endAtomic()
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.