Uses of Interface
org.terracotta.modules.ehcache.async.ItemsFilter

Packages that use ItemsFilter
org.terracotta.modules.ehcache.async   
org.terracotta.modules.ehcache.writebehind   
 

Uses of ItemsFilter in org.terracotta.modules.ehcache.async
 

Methods in org.terracotta.modules.ehcache.async with parameters of type ItemsFilter
 void ProcessingBucket.setItemsFilter(ItemsFilter<E> filter)
           
 void AsyncCoordinatorImpl.setOperationsFilter(ItemsFilter<E> filter)
          Attach the specified QuarantinedItemsFilter to this coordinator.
 void AsyncCoordinator.setOperationsFilter(ItemsFilter<E> filter)
          Sets a filter to filter out the items.
 

Uses of ItemsFilter in org.terracotta.modules.ehcache.writebehind
 

Classes in org.terracotta.modules.ehcache.writebehind that implement ItemsFilter
 class OperationsFilterWrapper
           
 



Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.