public class ResultStore extends Object
| Constructor and Description |
|---|
ResultStore() |
| Modifier and Type | Method and Description |
|---|---|
DynamicResult |
createResult(org.apache.flink.configuration.ReadableConfig config,
org.apache.flink.table.api.TableResult tableResult)
Creates a result.
|
DynamicResult |
getResult(String resultId) |
List<String> |
getResults() |
void |
removeResult(String resultId) |
void |
storeResult(String resultId,
DynamicResult result) |
public DynamicResult createResult(org.apache.flink.configuration.ReadableConfig config, org.apache.flink.table.api.TableResult tableResult)
public void storeResult(String resultId, DynamicResult result)
public DynamicResult getResult(String resultId)
public void removeResult(String resultId)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.