Interface BatchOperation
-
- All Known Implementing Classes:
DeleteAllOperation,WriteAllOperation
public interface BatchOperationInterface to implement batch operations that are executed on a cache writer- Version:
- $Id$
- Author:
- Geert Bevin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperformBatchOperation(CacheWriter cacheWriter)Perform the batch operation for a particular batch writer
-
-
-
Method Detail
-
performBatchOperation
void performBatchOperation(CacheWriter cacheWriter)
Perform the batch operation for a particular batch writer- Parameters:
cacheWriter- the cache writer this operation should be performed upon
-
-