ehcache

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 -

ehcache

Copyright 2001-2017, Terracotta, Inc.