Uses of Interface
org.terracotta.modules.ehcache.writebehind.operations.SingleAsyncOperation

Packages that use SingleAsyncOperation
org.terracotta.modules.ehcache.writebehind   
org.terracotta.modules.ehcache.writebehind.operations   
 

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

Methods in org.terracotta.modules.ehcache.writebehind with parameters of type SingleAsyncOperation
 void CacheWriterProcessor.process(SingleAsyncOperation item)
           
 void CacheWriterProcessor.throwAway(SingleAsyncOperation item, RuntimeException runtimeException)
           
 

Method parameters in org.terracotta.modules.ehcache.writebehind with type arguments of type SingleAsyncOperation
 void OperationsFilterWrapper.filter(List<SingleAsyncOperation> items)
           
 void CacheWriterProcessor.process(Collection<SingleAsyncOperation> items)
           
 

Uses of SingleAsyncOperation in org.terracotta.modules.ehcache.writebehind.operations
 

Classes in org.terracotta.modules.ehcache.writebehind.operations that implement SingleAsyncOperation
 class DeleteAsyncOperation
           
 class WriteAsyncOperation
           
 



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