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

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

public class DeleteAllAsyncOperation
extends Object
implements BatchAsyncOperation

Implements the delete all operation for write behind

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

Constructor Summary
DeleteAllAsyncOperation(List<net.sf.ehcache.CacheEntry> entries)
           
 
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

DeleteAllAsyncOperation

public DeleteAllAsyncOperation(List<net.sf.ehcache.CacheEntry> entries)
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.