public class PageResultMultiplexer<V> extends Object
| Constructor and Description |
|---|
PageResultMultiplexer(int batchSize,
int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addPageResults(PageResults<V> page) |
V |
next() |
void |
setDraining(boolean draining) |
public boolean addPageResults(PageResults<V> page)
public V next() throws IOException
IOExceptionpublic void setDraining(boolean draining)
Copyright © 2019. All rights reserved.