ehcache

Uses of Interface
net.sf.ehcache.writer.writebehind.OperationConverter

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

Uses of OperationConverter in net.sf.ehcache.writer.writebehind
 

Classes in net.sf.ehcache.writer.writebehind that implement OperationConverter
 class CastingOperationConverter
          A converter that simply casts an existing KeyBasedOperation instance.
 

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


ehcache

Copyright 2001-2016, Terracotta, Inc.