public class WriteAllAsyncOperation extends Object implements BatchAsyncOperation
| Constructor and Description |
|---|
WriteAllAsyncOperation(Collection<Element> elements) |
| Modifier and Type | Method and Description |
|---|---|
void |
performBatchOperation(CacheWriter cacheWriter)
Perform the batch operation for a particular batch writer
|
public WriteAllAsyncOperation(Collection<Element> elements)
public void performBatchOperation(CacheWriter cacheWriter)
BatchAsyncOperationperformBatchOperation in interface BatchAsyncOperationcacheWriter - the cache writer this operation should be performed uponCopyright © 2003–2024 Terracotta, Inc.. All rights reserved.