public class PumpFactoryImpl extends Object implements PumpFactory
| Constructor and Description |
|---|
PumpFactoryImpl() |
| 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) |
public <T> Pump pump(ReadStream<T> rs, WriteStream<T> ws)
pump in interface PumpFactorypublic <T> Pump pump(ReadStream<T> rs, WriteStream<T> ws, int writeQueueMaxSize)
pump in interface PumpFactoryCopyright © 2020. All rights reserved.