Class SimpleContextualBatchFactory
java.lang.Object
org.wildfly.clustering.cache.infinispan.batch.ThreadContextBatchFactory
org.wildfly.clustering.cache.infinispan.batch.SimpleContextualBatchFactory
- All Implemented Interfaces:
Supplier<org.wildfly.clustering.cache.batch.Batch>, org.wildfly.clustering.function.Supplier<org.wildfly.clustering.cache.batch.Batch>
A factory for creating thread context batches referencing simple batches.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.function.Supplier
NULL -
Constructor Summary
ConstructorsConstructorDescriptionCreates a contextual batch factory -
Method Summary
Methods inherited from class ThreadContextBatchFactory
getMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.Supplier
handle, thenAccept, thenApply, thenApplyAsDouble, thenApplyAsInt, thenApplyAsLong, thenTest
-
Constructor Details
-
SimpleContextualBatchFactory
Creates a contextual batch factory- Parameters:
name- the name of this batch context
-