Packages

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

Type Members

  1. trait IngestParams extends OptionalTypeNameParam with OptionalFeatureSpecParam with OptionalForceParam with ConverterConfigParam with OptionalInputFormatParam with DistributedRunParam with DistributedCombineParam
  2. case class Inputs(paths: Seq[String]) extends Product with Serializable

    Command inputs

    Command inputs

    paths

    paths to files for ingest

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val LocalBatchSize: SystemProperty
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getDataFormat(params: OptionalInputFormatParam, files: Seq[String]): Option[String]

    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

  11. def getSftAndConverter(params: TypeNameParam with FeatureSpecParam with ConverterConfigParam with OptionalForceParam, inputs: Inputs, format: Option[String], ds: Option[_ <: DataStore]): Try[Option[(SimpleFeatureType, Config)]]

    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

    ds

    data store for loading schemas by name

    returns

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

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

    Gets status as a string

  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. object IngestCounters
  25. object Inputs extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped