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

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

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

Classes in org.terracotta.modules.ehcache.writebehind.operations that implement BatchAsyncOperation
 class DeleteAllAsyncOperation
          Implements the delete all operation for write behind
 class WriteAllAsyncOperation
          Implements the write all operation for write behind
 

Methods in org.terracotta.modules.ehcache.writebehind.operations that return BatchAsyncOperation
 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.