Package

com.ebiznext.comet.schema

handlers

Permalink

package handlers

Visibility
  1. Public
  2. All

Type Members

  1. class AirflowLauncher extends LaunchHandler with StrictLogging

    Permalink

    Airflow Launcher will submit a request for ingestion to Airflow using the REST API.

    Airflow Launcher will submit a request for ingestion to Airflow using the REST API. The requested DAG must exist in Airflow first.

  2. class HdfsStorageHandler extends StorageHandler

    Permalink

    HDFS Filesystem Handler

  3. trait LaunchHandler extends AnyRef

    Permalink

    Interface required for any cron job launcher

  4. class SchemaHandler extends StrictLogging

    Permalink

    Handles access to datasets metadata, eq.

    Handles access to datasets metadata, eq. domains / types / schemas.

  5. class SimpleLauncher extends LaunchHandler with StrictLogging

    Permalink

    Simple Launcher will directly invoke the ingestion method wityhout using a cron manager.

    Simple Launcher will directly invoke the ingestion method wityhout using a cron manager. This is userfull for testing purpose

  6. trait StorageHandler extends StrictLogging

    Permalink

    Interface required by any filesystem manager

Value Members

  1. object InferSchemaHandler

    Permalink

Ungrouped