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 CacheWriterWrapper.process(SingleAsyncOperation operation)
           
 

Method parameters in org.terracotta.modules.ehcache.writebehind with type arguments of type SingleAsyncOperation
 void OperationsFilterWrapper.filter(List<SingleAsyncOperation> items)
           
 void CacheWriterWrapper.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
          Implements the delete operation for write behind
 class WriteAsyncOperation
          Implements the write operation for write behind
 

Method parameters in org.terracotta.modules.ehcache.writebehind.operations with type arguments of type SingleAsyncOperation
 BatchAsyncOperation SingleAsyncOperation.createBatchOperation(List<SingleAsyncOperation> operations, SerializationStrategy serializationStrategy)
          Creates a batch operation that corresponds to the operation type of this single async operation.
 BatchAsyncOperation WriteAsyncOperation.createBatchOperation(List<SingleAsyncOperation> operations, SerializationStrategy serializationStrategy)
           
 BatchAsyncOperation DeleteAsyncOperation.createBatchOperation(List<SingleAsyncOperation> operations, SerializationStrategy serializationStrategy)
           
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.