public class DeleteAllOperation extends Object implements BatchOperation
Constructor and Description |
---|
DeleteAllOperation(List<CacheEntry> entries)
Create a new delete all operation for the provided list of cache entries
|
Modifier and Type | Method and Description |
---|---|
void |
performBatchOperation(CacheWriter cacheWriter)
Perform the batch operation for a particular batch writer
|
public DeleteAllOperation(List<CacheEntry> entries)
entries
- the list of entries that are part of this operationpublic void performBatchOperation(CacheWriter cacheWriter)
performBatchOperation
in interface BatchOperation
cacheWriter
- the cache writer this operation should be performed uponCopyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.