org.terracotta.modules.ehcache.writebehind
Class OperationsFilterWrapper

java.lang.Object
  extended by org.terracotta.modules.ehcache.writebehind.OperationsFilterWrapper
All Implemented Interfaces:
ItemsFilter<SingleAsyncOperation>

public class OperationsFilterWrapper
extends Object
implements ItemsFilter<SingleAsyncOperation>


Constructor Summary
OperationsFilterWrapper(OperationsFilter<KeyBasedOperation> delegate)
           
 
Method Summary
 void filter(List<SingleAsyncOperation> items)
          Called before executing an assembled list of work items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationsFilterWrapper

public OperationsFilterWrapper(OperationsFilter<KeyBasedOperation> delegate)
Method Detail

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.