trait LaunchHandler extends AnyRef
Interface required for any cron job launcher
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- LaunchHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
bqload(workflow: IngestionWorkflow, config: BigQueryLoadConfig)(implicit settings: Settings): Boolean
Load to BigQuery
-
abstract
def
esLoad(workflow: IngestionWorkflow, config: ESLoadConfig)(implicit settings: Settings): Boolean
Index into elasticsearch
-
abstract
def
ingest(workflow: IngestionWorkflow, domain: Domain, schema: Schema, paths: List[Path], options: Map[String, String])(implicit settings: Settings): Try[JobResult]
Submit to the cron manager multiple files for ingestion.
Submit to the cron manager multiple files for ingestion. All the files should have the schema schema and belong to the same domain.
- domain
: Domain to which belong this dataset
- schema
: Schema of the dataset
- paths
: absolute paths where the source datasets (JSON / CSV / ...) are located
- returns
success / failure
-
abstract
def
jdbcload(workflow: IngestionWorkflow, config: ConnectionLoadConfig)(implicit settings: Settings): Boolean
Load to JDBC Database
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
ingest(workflow: IngestionWorkflow, domain: Domain, schema: Schema, path: Path, options: Map[String, String])(implicit settings: Settings): Try[JobResult]
Submit to the cron manager a single file for ingestion
Submit to the cron manager a single file for ingestion
- domain
: Domain to which belong this dataset
- schema
: Schema of the dataset
- path
: absolute path where the source dataset (JSON / CSV / ...) is located
- returns
success / failure
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()