Uses of Interface
org.wildfly.clustering.cache.batch.SuspendedBatch
Packages that use SuspendedBatch
Package
Description
-
Uses of SuspendedBatch in org.wildfly.clustering.cache.batch
Methods in org.wildfly.clustering.cache.batch that return SuspendedBatchMethods in org.wildfly.clustering.cache.batch that return types with arguments of type SuspendedBatchModifier and TypeMethodDescriptiondefault Context<SuspendedBatch> Batch.suspendWithContext()Suspends this batch untilContext.close(). -
Uses of SuspendedBatch in org.wildfly.clustering.cache.infinispan.batch
Subinterfaces of SuspendedBatch in org.wildfly.clustering.cache.infinispan.batchModifier and TypeInterfaceDescriptioninterfaceA contextual suspended batch.interfaceA nestable transactional suspended batch.Classes in org.wildfly.clustering.cache.infinispan.batch that implement SuspendedBatchModifier and TypeClassDescriptionclassA transactional batch.classA simple extendable batch with no suspend/resume behavior.