class SimpleLauncher extends LaunchHandler with StrictLogging
Simple Launcher will directly invoke the ingestion method wityhout using a cron manager. This is userfull for testing purpose
- Alphabetic
- By Inheritance
- SimpleLauncher
- StrictLogging
- LaunchHandler
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SimpleLauncher()
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
bqload(workflow: IngestionWorkflow, config: BigQueryLoadConfig)(implicit settings: Settings): Boolean
Load to BigQuery
Load to BigQuery
- Definition Classes
- SimpleLauncher → LaunchHandler
-
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
esLoad(workflow: IngestionWorkflow, config: ESLoadConfig)(implicit settings: Settings): Boolean
Index into elasticsearch
Index into elasticsearch
- Definition Classes
- SimpleLauncher → LaunchHandler
-
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, paths: List[Path], options: Map[String, String])(implicit settings: Settings): Try[JobResult]
call directly the main assembly with the "ingest" parameter
call directly the main assembly with the "ingest" parameter
- 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
- Definition Classes
- SimpleLauncher → LaunchHandler
-
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
- Definition Classes
- LaunchHandler
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
jdbcload(workflow: IngestionWorkflow, config: ConnectionLoadConfig)(implicit settings: Settings): Boolean
Load to JDBC
Load to JDBC
- Definition Classes
- SimpleLauncher → LaunchHandler
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
-
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()