|
|||||||||
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.WriteAllOperation<K,V>
public class WriteAllOperation<K,V>
Implements the write all operation for write behind
Constructor Summary | |
---|---|
WriteAllOperation(java.lang.Iterable<? extends java.util.Map.Entry<? extends K,? extends V>> entries)
Create a new write all operation for the provided list of element |
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 WriteAllOperation(java.lang.Iterable<? extends java.util.Map.Entry<? extends K,? extends V>> entries)
Method Detail |
---|
public void performBatchOperation(CacheLoaderWriter<K,V> cacheLoaderWriter) throws BulkCacheWritingException, java.lang.Exception
BatchOperation
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 |