ehcache

Uses of Interface
net.sf.ehcache.writer.writebehind.operations.BatchOperation

Packages that use BatchOperation
net.sf.ehcache.writer.writebehind.operations This package contains the operations for the write behind functionalities. 
 

Uses of BatchOperation in net.sf.ehcache.writer.writebehind.operations
 

Classes in net.sf.ehcache.writer.writebehind.operations that implement BatchOperation
 class DeleteAllOperation
          Implements the delete all operation for write behind
 class WriteAllOperation
          Implements the write all operation for write behind
 

Methods in net.sf.ehcache.writer.writebehind.operations that return BatchOperation
 BatchOperation WriteOperation.createBatchOperation(List<? extends SingleOperation> operations)
          Creates a batch operation that corresponds to the operation type of this single operation.
 BatchOperation SingleOperation.createBatchOperation(List<? extends SingleOperation> operations)
          Creates a batch operation that corresponds to the operation type of this single operation.
 BatchOperation DeleteOperation.createBatchOperation(List<? extends SingleOperation> operations)
          Creates a batch operation that corresponds to the operation type of this single operation.
 


ehcache

Copyright 2001-2017, Terracotta, Inc.