public interface PumpFactory
| Modifier and Type | Method and Description | 
|---|---|
<T> Pump | 
pump(ReadStream<T> rs,
    WriteStream<T> ws)  | 
<T> Pump | 
pump(ReadStream<T> rs,
    WriteStream<T> ws,
    int writeQueueMaxSize)  | 
<T> Pump pump(ReadStream<T> rs, WriteStream<T> ws)
<T> Pump pump(ReadStream<T> rs, WriteStream<T> ws, int writeQueueMaxSize)
Copyright © 2020 Eclipse. All rights reserved.