public class DeleteAllAsyncOperation extends Object implements BatchAsyncOperation
| Constructor and Description |
|---|
DeleteAllAsyncOperation(Collection<CacheEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
void |
performBatchOperation(CacheWriter cacheWriter)
Perform the batch operation for a particular batch writer
|
public DeleteAllAsyncOperation(Collection<CacheEntry> entries)
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.