public class ReduceResultPage extends Object
| Constructor and Description |
|---|
ReduceResultPage(GridKernalContext ctx,
UUID src,
GridQueryNextPageResponse res) |
| Modifier and Type | Method and Description |
|---|---|
void |
fetchNextPage()
Request next page.
|
boolean |
isDummyLast() |
boolean |
isFail() |
boolean |
isLast() |
GridQueryNextPageResponse |
response() |
Iterator<org.gridgain.internal.h2.value.Value[]> |
rows() |
int |
rowsInPage() |
int |
segmentId() |
ReduceResultPage |
setLast(boolean last) |
UUID |
source() |
String |
toString() |
public ReduceResultPage(GridKernalContext ctx, UUID src, GridQueryNextPageResponse res)
ctx - Kernal context.src - Source.res - Response.public boolean isFail()
true If this is a dummy fail page.public boolean isLast()
true If this is either a real last page for a source or
a dummy terminating page with no rows.public boolean isDummyLast()
true If it is a dummy last page.public ReduceResultPage setLast(boolean last)
last - Last page for a source.this.public int rowsInPage()
public Iterator<org.gridgain.internal.h2.value.Value[]> rows()
public UUID source()
public int segmentId()
public GridQueryNextPageResponse response()
public void fetchNextPage()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025