Packages

class LocalConverterIngest extends Awaitable with LazyLogging

Ingestion that uses geomesa converters to process input files

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

Instance Constructors

  1. new LocalConverterIngest(ds: DataStore, dsParams: Map[String, _], sft: SimpleFeatureType, converterConfig: Config, inputs: Inputs, numThreads: Int)

    ds

    data store

    sft

    simple feature type

    converterConfig

    converter definition

    inputs

    paths to ingest

    numThreads

    how many threads to use

Type Members

  1. class LocalIngestWorker extends Runnable

Value Members

  1. def await(reporter: StatusCallback): JobResult
    Definition Classes
    LocalConverterIngest → Awaitable