org.terracotta.modules.ehcache.writebehind
Class OperationsFilterWrapper
java.lang.Object
org.terracotta.modules.ehcache.writebehind.OperationsFilterWrapper
- All Implemented Interfaces:
- QuarantinedItemsFilter<SingleAsyncOperation>
public class OperationsFilterWrapper
- extends Object
- implements QuarantinedItemsFilter<SingleAsyncOperation>
An implementation of QuarantinedItemsFilter that delegates the processing to a OperationsFilter instance
- Version:
- $Id: OperationsFilterWrapper.java 23027 2010-05-21 14:24:50Z hhuynh $
- Author:
- Geert Bevin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationsFilterWrapper
public OperationsFilterWrapper(net.sf.ehcache.writer.writebehind.OperationsFilter<net.sf.ehcache.writer.writebehind.operations.KeyBasedOperation> delegate,
SerializationStrategy serializationStrategy)
filter
public void filter(List<SingleAsyncOperation> items)
- Specified by:
filter in interface QuarantinedItemsFilter<SingleAsyncOperation>
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.