|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.impl.internal.loaderwriter.writebehind.operations.DeleteAllOperation<K,V>
public class DeleteAllOperation<K,V>
Implements the delete all operation for write behind
Constructor Summary | |
---|---|
DeleteAllOperation(java.lang.Iterable<? extends K> entries)
Create a new delete all operation for the provided list of cache entries |
Method Summary | |
---|---|
void |
performBatchOperation(CacheLoaderWriter<K,V> cacheLoaderWriter)
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.lang.Iterable<? extends K> entries)
entries
- the list of entries that are part of this operationMethod Detail |
---|
public void performBatchOperation(CacheLoaderWriter<K,V> cacheLoaderWriter) throws BulkCacheWritingException, java.lang.Exception
performBatchOperation
in interface BatchOperation<K,V>
BulkCacheWritingException
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |