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 Details

  • Constructor Details

    • AutoBatchSupport

      public AutoBatchSupport()
  • Method Details

    • assertBatchingSupported

      protected static void assertBatchingSupported(Configuration c)
    • startAtomic

      protected void startAtomic()
    • endAtomic

      protected void endAtomic()
    • failAtomic

      protected void failAtomic()