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 5594 2012-05-07 16:04:31Z cdennis $
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 2001-2014, Terracotta, Inc.