Interface ContextualBatch

All Superinterfaces:
AutoCloseable, Batch, Contextual, Supplier<ContextualBatch>, org.wildfly.clustering.function.Supplier<ContextualBatch>
All Known Implementing Classes:
AbstractContextualBatch, DefaultTransactionalBatch, SimpleContextualBatch

public interface ContextualBatch extends Batch, Contextual, org.wildfly.clustering.function.Supplier<ContextualBatch>
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.cache.batch.Batch

    LOGGER

    Fields inherited from interface org.wildfly.clustering.function.Supplier

    NULL
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.wildfly.clustering.cache.batch.Batch

    close, discard, getStatus, suspendWithContext

    Methods inherited from interface org.wildfly.clustering.cache.infinispan.batch.Contextual

    attach, getName

    Methods inherited from interface java.util.function.Supplier

    get

    Methods inherited from interface org.wildfly.clustering.function.Supplier

    handle, map