C
- cluster id to which this result belongs topublic interface MaterializedResult<C> extends DynamicResult<C>
Modifier and Type | Method and Description |
---|---|
List<Row> |
retrievePage(int page)
Retrieves a page of a snapshotted result.
|
TypedResult<Integer> |
snapshot(int pageSize)
Takes a snapshot of the current table and returns the number of pages for navigating
through the snapshot.
|
close, getTableSink, isMaterialized, startRetrieval
setClusterInformation
TypedResult<Integer> snapshot(int pageSize)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.