org.terracotta.modules.ehcache.writebehind.operations
Class DeleteAllAsyncOperation
java.lang.Object
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
- Author:
- Abhishek Maheshwari
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteAllAsyncOperation
public DeleteAllAsyncOperation(Collection<CacheEntry> entries)
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.