public class MaterializedCollectBatchResult extends MaterializedCollectResultBase
CollectResultBase.ResultRetrievalThreadMATERIALIZED_TABLE_CAPACITY_FACTOR, MATERIALIZED_TABLE_MAX_INITIAL_CAPACITY, MATERIALIZED_TABLE_MAX_OVERCOMMIT, MATERIALIZED_TABLE_OVERCOMMIT_FACTOR, materializedTable, maxRowCount, overcommitThreshold, validRowPositionexecutionException, resultLock, retrievalThread| Constructor and Description |
|---|
MaterializedCollectBatchResult(org.apache.flink.table.api.TableResult tableResult,
int maxRowCount) |
MaterializedCollectBatchResult(org.apache.flink.table.api.TableResult tableResult,
int maxRowCount,
int overcommitThreshold) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.apache.flink.types.Row> |
getMaterializedTable() |
protected void |
processRecord(org.apache.flink.types.Row row) |
computeMaterializedTableCapacity, computeMaterializedTableOvercommit, isMaterialized, retrievePage, snapshotclose, handleMissingResult, isRetrievingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose@VisibleForTesting
public MaterializedCollectBatchResult(org.apache.flink.table.api.TableResult tableResult,
int maxRowCount,
int overcommitThreshold)
public MaterializedCollectBatchResult(org.apache.flink.table.api.TableResult tableResult,
int maxRowCount)
@VisibleForTesting protected List<org.apache.flink.types.Row> getMaterializedTable()
protected void processRecord(org.apache.flink.types.Row row)
processRecord in class CollectResultBaseCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.