org.infinispan.batch
Class AutoBatchSupport

java.lang.Object
  extended by 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)

Field Summary
protected  BatchContainer batchContainer
           
 
Constructor Summary
AutoBatchSupport()
           
 
Method Summary
protected  void assertBatchingSupported(Configuration c)
           
protected  void endAtomic()
           
protected  void startAtomic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

batchContainer

protected BatchContainer batchContainer
Constructor Detail

AutoBatchSupport

public AutoBatchSupport()
Method Detail

assertBatchingSupported

protected void assertBatchingSupported(Configuration c)

startAtomic

protected void startAtomic()

endAtomic

protected void endAtomic()

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.