Packages

class ConverterIngestJob extends Awaitable with JobWithLibJars

Distributed job that uses converters to process input files

Linear Supertypes
JobWithLibJars, Awaitable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConverterIngestJob
  2. JobWithLibJars
  3. Awaitable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConverterIngestJob(dsParams: Map[String, String], sft: SimpleFeatureType, converterConfig: Config, paths: Seq[String], libjarsFiles: Seq[String], libjarsPaths: Iterator[() ⇒ Seq[File]])

    dsParams

    data store connection

    sft

    simple feature type

    converterConfig

    converter definition

    paths

    input files

    libjarsFiles

    lib jars

    libjarsPaths

    lib jars paths

Value Members

  1. def await(reporter: StatusCallback): JobResult
    Definition Classes
    ConverterIngestJob → Awaitable
  2. def configureJob(job: Job): Unit
  3. def setLibJars(job: Job, fileNames: Seq[String], searchPath: Iterator[() ⇒ Seq[File]]): Unit
    Definition Classes
    JobWithLibJars