org.terracotta.modules.ehcache.writebehind
Class OperationsFilterWrapper
java.lang.Object
org.terracotta.modules.ehcache.writebehind.OperationsFilterWrapper
- All Implemented Interfaces:
- ItemsFilter<SingleAsyncOperation>
public class OperationsFilterWrapper
- extends Object
- implements ItemsFilter<SingleAsyncOperation>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationsFilterWrapper
public OperationsFilterWrapper(OperationsFilter<KeyBasedOperation> delegate)
filter
public void filter(List<SingleAsyncOperation> items)
- Description copied from interface:
ItemsFilter
- Called before executing an assembled list of work items.
The attached list can be freely mutated and will be subsequently used as the list of items to be executed.
- Specified by:
filter in interface ItemsFilter<SingleAsyncOperation>
- Parameters:
items - list of items to be executed
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.