ehcache

net.sf.ehcache.writer.writebehind.operations
Interface BatchOperation

All Known Implementing Classes:
DeleteAllOperation, WriteAllOperation

public interface BatchOperation

Interface to implement batch operations that are executed on a cache writer

Version:
$Id: BatchOperation.java 3883 2011-04-09 18:17:18Z hhuynh $
Author:
Geert Bevin

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

Method Detail

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

ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.