ehcache

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

Packages that use KeyBasedOperation
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 KeyBasedOperation in net.sf.ehcache.writer.writebehind
 

Methods in net.sf.ehcache.writer.writebehind that return KeyBasedOperation
 KeyBasedOperation CastingOperationConverter.convert(Object source)
          Convert an arbitrary object
 

Method parameters in net.sf.ehcache.writer.writebehind with type arguments of type KeyBasedOperation
 void CoalesceKeysFilter.filter(List operations, OperationConverter<KeyBasedOperation> converter)
          Filter the operations of a write behind queue.
 

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

Subinterfaces of KeyBasedOperation in net.sf.ehcache.writer.writebehind.operations
 interface SingleOperation
          Interface to implement single operations that are performed with write-behind
 

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


ehcache

Copyright 2001-2016, Terracotta, Inc.