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 BatchOperationcacheWriter - the cache writer this operation should be performed uponCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.