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

Author:
Abhishek Maheshwari

Constructor Summary
WriteAllAsyncOperation(Collection<Element> elements)
           
 
Method Summary
 void performBatchOperation(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(Collection<Element> elements)
Method Detail

performBatchOperation

public void performBatchOperation(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 © 2003-2013 Terracotta, Inc.. All Rights Reserved.