Package

com.ebiznext.comet.schema

handlers

Permalink

package handlers

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. handlers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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 AnyRef

    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
  2. implicit def convertToScalaIterator[T](underlying: RemoteIterator[T]): Iterator[T]

    Permalink

    Make us able to use a java Hadoop Iterator as a scala Iterator Making us able to use filter, map ...

    Make us able to use a java Hadoop Iterator as a scala Iterator Making us able to use filter, map ...

    underlying

    the java Hadoop Iterator

    returns

    the augmented iterator

Inherited from AnyRef

Inherited from Any

Ungrouped