org.terracotta.modules.ehcache.writebehind.operations
Class WriteAllAsyncOperation

java.lang.Object
  extended by org.terracotta.modules.ehcache.writebehind.operations.WriteAllAsyncOperation
All Implemented Interfaces:
BatchAsyncOperation

public class WriteAllAsyncOperation
extends Object
implements BatchAsyncOperation

Implements the write all operation for write behind

Version:
$Id: WriteAllAsyncOperation.java 23027 2010-05-21 14:24:50Z hhuynh $
Author:
Geert Bevin

Constructor Summary
WriteAllAsyncOperation(List<net.sf.ehcache.Element> elements)
           
 
Method Summary
 void performBatchOperation(net.sf.ehcache.writer.CacheWriter cacheWriter)
          Perform the batch operation for a particular batch writer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteAllAsyncOperation

public WriteAllAsyncOperation(List<net.sf.ehcache.Element> elements)
Method Detail

performBatchOperation

public void performBatchOperation(net.sf.ehcache.writer.CacheWriter cacheWriter)
Description copied from interface: BatchAsyncOperation
Perform the batch operation for a particular batch writer

Specified by:
performBatchOperation in interface BatchAsyncOperation
Parameters:
cacheWriter - the cache writer this operation should be performed upon


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