public interface Spool<T> extends Iterable<T>, Accumulable<T>
| Modifier and Type | Method and Description |
|---|---|
Accumulator<T> |
accumulator()
Returns an Accumulator for the spool file.
|
Iterator<T> |
iterator()
Returns an Iterable over the spool file.
|
Iterator<T> iterator()
Accumulator<T> accumulator() throws ServiceException
accumulator in interface Accumulable<T>AccumulatorServiceExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.