net.sf.ehcache.writer.writebehind.operations
Class WriteAllOperation
java.lang.Object
  
net.sf.ehcache.writer.writebehind.operations.WriteAllOperation
- All Implemented Interfaces: 
 - BatchOperation
 
public class WriteAllOperation
- extends Object
- implements BatchOperation
  
Implements the write all operation for write behind
- Version:
 
  - $Id: WriteAllOperation.java 5631 2012-05-10 08:31:33Z teck $
 
- Author:
 
  - Geert Bevin
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WriteAllOperation
public WriteAllOperation(List<Element> elements)
- Create a new write all operation for the provided list of element
- Parameters:
 elements - the list of elements that are part of this operation
 
performBatchOperation
public void performBatchOperation(CacheWriter cacheWriter)
- Perform the batch operation for a particular batch writer
- Specified by:
 performBatchOperation in interface BatchOperation
 
- Parameters:
 cacheWriter - the cache writer this operation should be performed upon
 
 
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.