@PublicEvolving
public interface ComponentFactory
extends org.apache.flink.table.factories.TableFactory
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
optionalContext()
Specifies a context of optional parameters that if exist should have the
given values.
|
Map<String,String> |
requiredContext() |
List<String> |
supportedProperties() |
Map<String,String> optionalContext()
requiredContext() and supportedProperties().
NOTE: All the property keys should be included in supportedProperties().
Map<String,String> requiredContext()
requiredContext in interface org.apache.flink.table.factories.TableFactoryList<String> supportedProperties()
NOTE: All the property keys from optionalContext() should also be included.
supportedProperties in interface org.apache.flink.table.factories.TableFactoryCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.