net.sf.ehcache.constructs.refreshahead
Interface ThreadedWorkQueue.BatchWorker<WW>

Type Parameters:
WW -
Enclosing class:
ThreadedWorkQueue<W>

public static interface ThreadedWorkQueue.BatchWorker<WW>

Callback class, think of it as a Runnable with an argument that is a Collection.

Author:
cschanck

Method Summary
 void process(Collection<? extends WW> collection)
          Process a batch of work.
 

Method Detail

process

void process(Collection<? extends WW> collection)
Process a batch of work.

Parameters:
collection -


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