Trait/Object

org.locationtech.geomesa.tools.ingest

IngestCommand

Related Docs: object IngestCommand | package ingest

Permalink

trait IngestCommand[DS <: DataStore] extends DataStoreCommand[DS] with DistributedCommand with InteractiveCommand with SchemaOptionsCommand

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IngestCommand
  2. SchemaOptionsCommand
  3. InteractiveCommand
  4. DistributedCommand
  5. DataStoreCommand
  6. Command
  7. Runnable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def connection: Map[String, String]

    Permalink
    Definition Classes
    DataStoreCommand
  2. abstract def params: IngestParams

    Permalink
    Definition Classes
    IngestCommandCommand

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. implicit def console: SystemConsole

    Permalink
    Definition Classes
    InteractiveCommand
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def execute(): Unit

    Permalink
    Definition Classes
    IngestCommandCommand
  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. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def libjarsFiles: Seq[String]

    Permalink
    Definition Classes
    IngestCommandDistributedCommand
  15. def libjarsPaths: Iterator[() ⇒ Seq[File]]

    Permalink
    Definition Classes
    DistributedCommand
  16. def loadDataStore(): DS

    Permalink
    Definition Classes
    DataStoreCommand
    Annotations
    @throws( ... )
  17. val name: String

    Permalink
    Definition Classes
    IngestCommandCommand
  18. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    Command → Runnable
  22. def setBackendSpecificOptions(sft: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SchemaOptionsCommand
  23. def setConsole(c: SystemConsole): Unit

    Permalink
    Definition Classes
    InteractiveCommand
  24. def startIngest(mode: RunMode, ds: DS, sft: SimpleFeatureType, converter: Config, inputs: Inputs): Awaitable

    Permalink

    Start the ingestion asynchronously, returning an object for reporting status

    Start the ingestion asynchronously, returning an object for reporting status

    mode

    run mode

    ds

    data store

    sft

    simple feature type

    converter

    converter config

    inputs

    input files

    Attributes
    protected
  25. def subCommands: Seq[Command]

    Permalink
    Definition Classes
    Command
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def validate(): Option[ParameterException]

    Permalink

    Opportunity for the command to perform complex validation across param values (e.g.

    Opportunity for the command to perform complex validation across param values (e.g. check exclusive args, etc)

    returns

    parameter exception if validation fails

    Definition Classes
    Command
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withDataStore[T](method: (DS) ⇒ T): T

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

Inherited from SchemaOptionsCommand

Inherited from InteractiveCommand

Inherited from DistributedCommand

Inherited from DataStoreCommand[DS]

Inherited from Command

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Ungrouped