object IngestCommand extends LazyLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IngestCommand
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait IngestParams extends OptionalTypeNameParam with OptionalFeatureSpecParam with OptionalForceParam with ConverterConfigParam with OptionalInputFormatParam with DistributedRunParam with DistributedCombineParam
-
case class
Inputs(paths: Seq[String]) extends Product with Serializable
Command inputs
Command inputs
- paths
paths to files for ingest
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val LocalBatchSize: SystemProperty
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
-
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
-
def
getStatInfo(successes: Long, failures: Long, action: String = "Ingested", input: String = ""): String
Gets status as a string
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object IngestCounters
- object Inputs extends Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated