Package org.infinispan.batch
Class AutoBatchSupport
- java.lang.Object
-
- org.infinispan.batch.AutoBatchSupport
-
@NotThreadSafe public abstract class AutoBatchSupport extends Object
Enables for automatic batching.- Since:
- 4.0
- Author:
- Manik Surtani (manik AT jboss DOT org)
-
-
Field Summary
Fields Modifier and Type Field Description protected BatchContainer
batchContainer
-
Constructor Summary
Constructors Constructor Description AutoBatchSupport()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static void
assertBatchingSupported(Configuration c)
protected void
endAtomic()
protected void
failAtomic()
protected void
startAtomic()
-
-
-
Field Detail
-
batchContainer
protected BatchContainer batchContainer
-
-
Method Detail
-
assertBatchingSupported
protected static void assertBatchingSupported(Configuration c)
-
startAtomic
protected void startAtomic()
-
endAtomic
protected void endAtomic()
-
failAtomic
protected void failAtomic()
-
-