@Deprecated @Internal public class TableSourceFactoryContextImpl extends Object implements TableSourceFactory.Context
TableSourceFactory.Context.| 构造器和说明 |
|---|
TableSourceFactoryContextImpl(ObjectIdentifier identifier,
CatalogTable table,
org.apache.flink.configuration.ReadableConfig config,
boolean isTemporary)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.configuration.ReadableConfig |
getConfiguration()
已过时。
|
ObjectIdentifier |
getObjectIdentifier()
已过时。
|
CatalogTable |
getTable()
已过时。
|
boolean |
isTemporary()
已过时。
Whether the table is temporary.
|
public TableSourceFactoryContextImpl(ObjectIdentifier identifier, CatalogTable table, org.apache.flink.configuration.ReadableConfig config, boolean isTemporary)
public ObjectIdentifier getObjectIdentifier()
getObjectIdentifier 在接口中 TableSourceFactory.ContextCatalogTable.public CatalogTable getTable()
getTable 在接口中 TableSourceFactory.ContextCatalogTable instance.public org.apache.flink.configuration.ReadableConfig getConfiguration()
getConfiguration 在接口中 TableSourceFactory.ContextTableConfig#getConfiguration() which holds the current TableEnvironment session configurations.public boolean isTemporary()
TableSourceFactory.ContextisTemporary 在接口中 TableSourceFactory.ContextCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.