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 © 2023 Eclipse. All rights reserved.