public class IterableProcess<T> extends AbstractOutProcess<T>
| Constructor and Description |
|---|
IterableProcess() |
IterableProcess(Channel<T> out,
Iterable<T> iterable) |
IterableProcess(Iterable<T> iterable) |
IterableProcess(Iterable<T> iterable,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<T> |
getIterable() |
protected void |
run(Channel<T> out) |
void |
setIterable(Iterable<T> iterable) |
String |
toString() |
protected void |
write(Channel<T> out,
T object) |
destroy, getOut, getOutBufferSize, init, run, setOut, setOutBufferSizegetBeanName, getProcessNetwork, setBeanName, setProcessNetwork, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBeanName, getProcessNetwork, setProcessNetworkprotected void run(Channel<T> out)
run in class AbstractOutProcess<T>public String toString()
toString in class AbstractProcessCopyright © 2015 Revolution Systems Inc.. All rights reserved.