org.terracotta.modules.ehcache.writebehind.operations
Interface BatchAsyncOperation
- All Known Implementing Classes:
- DeleteAllAsyncOperation, WriteAllAsyncOperation
public interface BatchAsyncOperation
Interface to implement batch operations that are executed on a cache writer after being called by the async
coordinator
- Version:
- $Id: BatchAsyncOperation.java 5227 2012-02-02 02:35:49Z hhuynh $
- Author:
- Geert Bevin
performBatchOperation
void performBatchOperation(CacheWriter cacheWriter)
- Perform the batch operation for a particular batch writer
- Parameters:
cacheWriter - the cache writer this operation should be performed upon
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.