|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.writer.writebehind.operations.DeleteAllOperation
public class DeleteAllOperation
Implements the delete all operation for write behind
Constructor Summary | |
---|---|
DeleteAllOperation(java.util.List<CacheEntry> entries)
Create a new delete all operation for the provided list of cache entries |
Method Summary | |
---|---|
void |
performBatchOperation(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 |
---|
public DeleteAllOperation(java.util.List<CacheEntry> entries)
entries
- the list of entries that are part of this operationMethod Detail |
---|
public void performBatchOperation(CacheWriter cacheWriter)
performBatchOperation
in interface BatchOperation
cacheWriter
- the cache writer this operation should be performed upon
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |