public class ResultStore extends Object
Constructor and Description |
---|
ResultStore(Configuration flinkConfig) |
Modifier and Type | Method and Description |
---|---|
<T> DynamicResult<T> |
createResult(Environment env,
TableSchema schema,
ExecutionConfig config)
Creates a result.
|
<T> DynamicResult<T> |
getResult(String resultId) |
List<String> |
getResults() |
void |
removeResult(String resultId) |
void |
storeResult(String resultId,
DynamicResult result) |
public ResultStore(Configuration flinkConfig)
public <T> DynamicResult<T> createResult(Environment env, TableSchema schema, ExecutionConfig config)
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.