T - batch typepublic interface BatchProcessor<T>
MembershipOracle when used by a ParallelOracle).| Modifier and Type | Method and Description |
|---|---|
void |
processBatch(Collection<? extends T> batch)
Process the batch.
|
void processBatch(Collection<? extends T> batch)
batch - the batch to processBatchInterruptedException - if the processing thread was interrupted by an exception.Copyright © 2020. All rights reserved.