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 23027 2010-05-21 14:24:50Z hhuynh $
Author:
Geert Bevin

Method Summary
 void performBatchOperation(net.sf.ehcache.writer.CacheWriter cacheWriter)
          Perform the batch operation for a particular batch writer
 

Method Detail

performBatchOperation

void performBatchOperation(net.sf.ehcache.writer.CacheWriter cacheWriter)
Perform the batch operation for a particular batch writer

Parameters:
cacheWriter - the cache writer this operation should be performed upon


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.