public class ResultStore extends Object
| Constructor and Description |
|---|
ResultStore(org.apache.flink.configuration.Configuration flinkConfig) |
| Modifier and Type | Method and Description |
|---|---|
<T> DynamicResult<T> |
createResult(Environment env,
org.apache.flink.table.api.TableSchema schema,
org.apache.flink.api.common.ExecutionConfig config,
ClassLoader classLoader)
Creates a result.
|
<T> DynamicResult<T> |
getResult(String resultId) |
List<String> |
getResults() |
void |
removeResult(String resultId) |
void |
storeResult(String resultId,
DynamicResult result) |
public ResultStore(org.apache.flink.configuration.Configuration flinkConfig)
public <T> DynamicResult<T> createResult(Environment env, org.apache.flink.table.api.TableSchema schema, org.apache.flink.api.common.ExecutionConfig config, ClassLoader classLoader)
public void storeResult(String resultId, DynamicResult result)
public <T> DynamicResult<T> getResult(String resultId)
public void removeResult(String resultId)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.