Class DeleteAllOperation
- java.lang.Object
-
- net.sf.ehcache.writer.writebehind.operations.DeleteAllOperation
-
- All Implemented Interfaces:
BatchOperation
public class DeleteAllOperation extends java.lang.Object implements BatchOperation
Implements the delete all operation for write behind- Version:
- $Id$
- Author:
- Geert Bevin
-
-
Constructor Summary
Constructors Constructor Description DeleteAllOperation(java.util.List<CacheEntry> entries)Create a new delete all operation for the provided list of cache entries
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperformBatchOperation(CacheWriter cacheWriter)Perform the batch operation for a particular batch writer
-
-
-
Constructor Detail
-
DeleteAllOperation
public DeleteAllOperation(java.util.List<CacheEntry> entries)
Create a new delete all operation for the provided list of cache entries- Parameters:
entries- the list of entries that are part of this operation
-
-
Method Detail
-
performBatchOperation
public void performBatchOperation(CacheWriter cacheWriter)
Perform the batch operation for a particular batch writer- Specified by:
performBatchOperationin interfaceBatchOperation- Parameters:
cacheWriter- the cache writer this operation should be performed upon
-
-