Class SimpleContextualBatch
java.lang.Object
org.wildfly.clustering.cache.infinispan.batch.AbstractContextualBatch
org.wildfly.clustering.cache.infinispan.batch.SimpleContextualBatch
- All Implemented Interfaces:
AutoCloseable,Supplier<ContextualBatch>,Batch,SuspendedBatch,Contextual,ContextualBatch,ContextualSuspendedBatch,org.wildfly.clustering.function.Supplier<ContextualBatch>
public class SimpleContextualBatch
extends AbstractContextualBatch
implements ContextualSuspendedBatch
A simple extendable batch with no suspend/resume behavior.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.cache.batch.Batch
Batch.Status -
Field Summary
Fields inherited from interface org.wildfly.clustering.function.Supplier
NULL -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.infinispan.batch.AbstractContextualBatch
attach, close, get, getNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.clustering.cache.batch.Batch
suspendWithContextMethods inherited from interface org.wildfly.clustering.cache.infinispan.batch.Contextual
attach, getNameMethods inherited from interface org.wildfly.clustering.function.Supplier
handle, mapMethods inherited from interface org.wildfly.clustering.cache.batch.SuspendedBatch
resumeWithContext
-
Method Details
-
getStatus
-
resume
- Specified by:
resumein interfaceContextualSuspendedBatch- Specified by:
resumein interfaceSuspendedBatch
-
suspend
- Specified by:
suspendin interfaceBatch- Specified by:
suspendin interfaceContextualBatch
-
discard
public void discard() -
hashCode
public int hashCode() -
equals
-
toString
-