Uses of Class
org.apache.flink.table.catalog.ObjectIdentifier
-
-
Uses of ObjectIdentifier in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return ObjectIdentifier Modifier and Type Method Description static ObjectIdentifierObjectIdentifier. of(String catalogName, String databaseName, String objectName)Methods in org.apache.flink.table.catalog with parameters of type ObjectIdentifier Modifier and Type Method Description static UnresolvedIdentifierUnresolvedIdentifier. of(ObjectIdentifier objectIdentifier)Constructs anUnresolvedIdentifierfrom anObjectIdentifier. -
Uses of ObjectIdentifier in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return ObjectIdentifier Modifier and Type Method Description ObjectIdentifierDynamicTableFactory.Context. getObjectIdentifier()Returns the identifier of the table in theCatalog.ObjectIdentifierFactoryUtil.DefaultDynamicTableContext. getObjectIdentifier()ObjectIdentifierTableSinkFactoryContextImpl. getObjectIdentifier()Deprecated.ObjectIdentifierTableSourceFactoryContextImpl. getObjectIdentifier()Deprecated.Methods in org.apache.flink.table.factories with parameters of type ObjectIdentifier Modifier and Type Method Description static DynamicTableSinkFactoryUtil. createDynamicTableSink(DynamicTableSinkFactory preferredFactory, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, Map<String,String> enrichmentOptions, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)Creates aDynamicTableSinkfrom aCatalogTable.static DynamicTableSinkFactoryUtil. createDynamicTableSink(DynamicTableSinkFactory preferredFactory, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)static DynamicTableSourceFactoryUtil. createDynamicTableSource(DynamicTableSourceFactory preferredFactory, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, Map<String,String> enrichmentOptions, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)Creates aDynamicTableSourcefrom aCatalogTable.static DynamicTableSourceFactoryUtil. createDynamicTableSource(DynamicTableSourceFactory preferredFactory, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)static DynamicTableSinkFactoryUtil. createTableSink(Catalog catalog, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)static DynamicTableSourceFactoryUtil. createTableSource(Catalog catalog, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)Constructors in org.apache.flink.table.factories with parameters of type ObjectIdentifier Constructor Description DefaultDynamicTableContext(ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, Map<String,String> enrichmentOptions, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)TableSinkFactoryContextImpl(ObjectIdentifier identifier, CatalogTable table, org.apache.flink.configuration.ReadableConfig config, boolean isBounded, boolean isTemporary)Deprecated.TableSourceFactoryContextImpl(ObjectIdentifier identifier, CatalogTable table, org.apache.flink.configuration.ReadableConfig config, boolean isTemporary)Deprecated. -
Uses of ObjectIdentifier in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return ObjectIdentifier Modifier and Type Method Description static ObjectIdentifierFunctionIdentifier. normalizeObjectIdentifier(ObjectIdentifier oi)Normalize an object identifier by only normalizing the function name.Methods in org.apache.flink.table.functions that return types with arguments of type ObjectIdentifier Modifier and Type Method Description Optional<ObjectIdentifier>FunctionIdentifier. getIdentifier()Methods in org.apache.flink.table.functions with parameters of type ObjectIdentifier Modifier and Type Method Description static ObjectIdentifierFunctionIdentifier. normalizeObjectIdentifier(ObjectIdentifier oi)Normalize an object identifier by only normalizing the function name.static FunctionIdentifierFunctionIdentifier. of(ObjectIdentifier oi) -
Uses of ObjectIdentifier in org.apache.flink.table.legacy.factories
Methods in org.apache.flink.table.legacy.factories that return ObjectIdentifier Modifier and Type Method Description ObjectIdentifierTableSinkFactory.Context. getObjectIdentifier()ObjectIdentifierTableSourceFactory.Context. getObjectIdentifier() -
Uses of ObjectIdentifier in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return types with arguments of type ObjectIdentifier Modifier and Type Method Description Optional<ObjectIdentifier>UserDefinedType. getObjectIdentifier()Methods in org.apache.flink.table.types.logical with parameters of type ObjectIdentifier Modifier and Type Method Description static DistinctType.BuilderDistinctType. newBuilder(ObjectIdentifier objectIdentifier, LogicalType sourceType)Creates a builder for aDistinctType.static StructuredType.BuilderStructuredType. newBuilder(ObjectIdentifier objectIdentifier)Creates a builder for aStructuredTypethat has been stored in a catalog and is identified by anObjectIdentifier.static StructuredType.BuilderStructuredType. newBuilder(ObjectIdentifier objectIdentifier, Class<?> implementationClass)Creates a builder for aStructuredTypethat has been stored in a catalog and is identified by anObjectIdentifier.Constructors in org.apache.flink.table.types.logical with parameters of type ObjectIdentifier Constructor Description Builder(ObjectIdentifier objectIdentifier, LogicalType sourceType)Builder(ObjectIdentifier objectIdentifier)Builder(ObjectIdentifier objectIdentifier, Class<?> implementationClass) -
Uses of ObjectIdentifier in org.apache.flink.table.workflow
Methods in org.apache.flink.table.workflow that return ObjectIdentifier Modifier and Type Method Description ObjectIdentifierCreatePeriodicRefreshWorkflow. getMaterializedTableIdentifier()Constructors in org.apache.flink.table.workflow with parameters of type ObjectIdentifier Constructor Description CreatePeriodicRefreshWorkflow(ObjectIdentifier materializedTableIdentifier, String descriptionStatement, String cronExpression, Map<String,String> initConfig, Map<String,String> executionConfig, String restEndpointUrl)
-