You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Xuannan Su (JIRA)" <ji...@apache.org> on 2019/08/05 02:21:00 UTC

[jira] [Created] (FLINK-13572) Introduce Configurable, TableCreationHook and TableCleanupHook Interfaces

Xuannan Su created FLINK-13572:
----------------------------------

             Summary: Introduce Configurable, TableCreationHook and TableCleanupHook Interfaces
                 Key: FLINK-13572
                 URL: https://issues.apache.org/jira/browse/FLINK-13572
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / API
            Reporter: Xuannan Su


* The Configurable interface indicates that the class can be instantiated by reflection. And it needs to take some configuration parameters to configure itself.
* The TableCreationHook is responsible for preparing the location to store the content of the cached table and map the table name to fields in the configuration so that the TableSinkFactory/TableSourceFactory can understand. 
* The TableCleanupHook is responsible for deleting the content of the cached tables and reclaim the space.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)