Class/Object

org.locationtech.geomesa.tools.ingest

AbstractIngest

Related Docs: object AbstractIngest | package ingest

Permalink

abstract class AbstractIngest extends Runnable with LazyLogging

Base class for handling ingestion of local or distributed files

Linear Supertypes
LazyLogging, Runnable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractIngest
  2. LazyLogging
  3. Runnable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractIngest(dsParams: Map[String, String], typeName: String, inputs: Seq[String], mode: Option[RunMode], libjarsFile: String, libjarsPaths: Iterator[() ⇒ Seq[File]], numLocalThreads: Int)

    Permalink

    dsParams

    data store parameters

    typeName

    simple feature type name to ingest

    inputs

    files to ingest

    libjarsFile

    file with list of jars needed for ingest

    libjarsPaths

    paths to search for libjars

    numLocalThreads

    for local ingest, how many threads to use

Abstract Value Members

  1. abstract def beforeRunTasks(): Unit

    Permalink

    Setup hook - called before run method is executed

  2. abstract def createLocalConverter(path: String, failures: AtomicLong): LocalIngestConverter

    Permalink

    Create a local ingestion converter

    Create a local ingestion converter

    path

    path of the file being operated on

    failures

    used to tracks failures

    returns

    local converter

  3. abstract def runDistributedJob(statusCallback: StatusCallback, waitForCompletion: Boolean = true): Option[(Long, Long)]

    Permalink

    Run a distributed ingestion

    Run a distributed ingestion

    statusCallback

    for reporting status

    returns

    (success, failures) counts

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val ds: DataStore

    Permalink
    Attributes
    protected
  7. val dsParams: Map[String, String]

    Permalink

    data store parameters

  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. val inputs: Seq[String]

    Permalink

    files to ingest

  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def run(): Unit

    Permalink

    Main method to kick off ingestion

    Main method to kick off ingestion

    Definition Classes
    AbstractIngest → Runnable
  20. def runDistributed(waitForCompletion: Boolean = true): Unit

    Permalink
    Attributes
    protected
  21. def runLocal(): Unit

    Permalink
    Attributes
    protected
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. val typeName: String

    Permalink

    simple feature type name to ingest

  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Ungrouped