Object/Trait

org.locationtech.geomesa.tools.ingest

IngestCommand

Related Docs: trait IngestCommand | package ingest

Permalink

object IngestCommand extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IngestCommand
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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. val LocalBatchSize: SystemProperty

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getDataFormat(params: OptionalInputFormatParam, files: Seq[String]): Option[String]

    Permalink

    Determine the input file data format

    Determine the input file data format

    params

    params

    files

    input files

    returns

    input format, as a lower-case string

  12. def getSftAndConverter(params: TypeNameParam with FeatureSpecParam with ConverterConfigParam with OptionalForceParam, inputs: Seq[String], format: Option[String], command: Option[DataStoreCommand[_ <: DataStore]]): Try[Option[(SimpleFeatureType, Config)]]

    Permalink

    Loads and/or infers a SimpleFeatureType and Converter config based on the inputs.

    Loads and/or infers a SimpleFeatureType and Converter config based on the inputs. If not possible to load or infer the values, will return a failure. If interactive and the user declines to use an inferred result, will return a Success(None). Otherwise will return a Success(Some)

    params

    params

    inputs

    input files

    format

    input format

    command

    hook to data store for loading schemas by name

    returns

    None if user declines inferred result, otherwise the loaded/inferred result

  13. def getStatInfo(successes: Long, failures: Long, action: String = "Ingested", input: String = ""): String

    Permalink

    Gets status as a string

  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. lazy val logger: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

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

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

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

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped