public class WriteAllOperation extends Object implements BatchOperation
Constructor and Description |
---|
WriteAllOperation(List<Element> elements)
Create a new write all operation for the provided list of element
|
Modifier and Type | Method and Description |
---|---|
void |
performBatchOperation(CacheWriter cacheWriter)
Perform the batch operation for a particular batch writer
|
public void performBatchOperation(CacheWriter cacheWriter)
performBatchOperation
in interface BatchOperation
cacheWriter
- the cache writer this operation should be performed uponCopyright © 2003–2016 Terracotta, Inc.. All rights reserved.