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 DeleteOperation.createBatchOperation(List<SingleOperation> operations)
          Creates a batch operation that corresponds to the operation type of this single operation.
 BatchOperation WriteOperation.createBatchOperation(List<SingleOperation> operations)
          Creates a batch operation that corresponds to the operation type of this single operation.
 BatchOperation SingleOperation.createBatchOperation(List<SingleOperation> operations)
          Creates a batch operation that corresponds to the operation type of this single operation.
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.