Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-13570 Pluggable Intermediate Result Storage
  3. FLINK-13572

Introduce Configurable, TableCreationHook and TableCleanupHook Interfaces

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Table SQL / API
    • None

    Description

      • 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            xuannan Xuannan Su
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: