public static interface TableSinkFactory.Context
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.configuration.ReadableConfig |
getConfiguration() |
ObjectIdentifier |
getObjectIdentifier() |
CatalogTable |
getTable() |
boolean |
isBounded()
It depends on whether the
TableEnvironment execution mode is batch. |
boolean |
isTemporary()
Whether the table is temporary.
|
ObjectIdentifier getObjectIdentifier()
CatalogTable.CatalogTable getTable()
CatalogTable instance.org.apache.flink.configuration.ReadableConfig getConfiguration()
TableConfig#getConfiguration() which holds the current TableEnvironment session configurations.boolean isBounded()
TableEnvironment execution mode is batch.
In the future, the new sink interface will infer from input to source. See Source.getBoundedness().
boolean isTemporary()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.