ehcache

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

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

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

Classes in net.sf.ehcache.writer.writebehind.operations that implement SingleOperation
 class DeleteOperation
          Implements the delete operation for write behind
 class WriteOperation
          Implements the write operation for write behind
 

Method parameters in net.sf.ehcache.writer.writebehind.operations with type arguments of type SingleOperation
 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.