ehcache

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

Packages that use SingleOperation
net.sf.ehcache.writer.writebehind This package contains the write behind functionalities. 
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
 

Methods in net.sf.ehcache.writer.writebehind that return types with arguments of type SingleOperation
protected abstract  List<SingleOperation> AbstractWriteBehindQueue.quarantineItems()
          Quarantine items to be processed.
 

Methods in net.sf.ehcache.writer.writebehind with parameters of type SingleOperation
protected abstract  void AbstractWriteBehindQueue.addItem(SingleOperation operation)
          Add an item to the write behind queue
 

Method parameters in net.sf.ehcache.writer.writebehind with type arguments of type SingleOperation
protected abstract  void AbstractWriteBehindQueue.reinsertUnprocessedItems(List<SingleOperation> operations)
          Reinsert any unfinished operations into the queue.
 

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 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-2016, Terracotta, Inc.