object API
The API defines the model for a pipline. It is made up of stages, extract, transform and load with their respective settings.
- Alphabetic
- By Inheritance
- API
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
ARCContext(jobId: Option[String], jobName: Option[String], environment: Option[String], environmentId: Option[String], configUri: Option[String], isStreaming: Boolean, ignoreEnvironments: Boolean, storageLevel: StorageLevel, immutableViews: Boolean, commandLineArguments: Map[String, String], dynamicConfigurationPlugins: List[DynamicConfigurationPlugin], lifecyclePlugins: List[LifecyclePlugin], activeLifecyclePlugins: List[LifecyclePluginInstance], pipelineStagePlugins: List[PipelineStagePlugin], udfPlugins: List[UDFPlugin], userData: Map[String, AnyRef]) extends Product with Serializable
ARCContext is used to define immutable global run parameters.
- sealed trait AmazonS3EncryptionType extends AnyRef
- sealed trait Authentication extends AnyRef
- case class BinaryColumn(id: String, name: String, description: Option[String], nullable: Boolean, nullReplacementValue: Option[String], trim: Boolean, nullableValues: List[String], encoding: EncodingType, metadata: Option[String]) extends ExtractColumn with Product with Serializable
-
case class
BooleanColumn(id: String, name: String, description: Option[String], nullable: Boolean, nullReplacementValue: Option[String], trim: Boolean, nullableValues: List[String], trueValues: List[String], falseValues: List[String], metadata: Option[String]) extends ExtractColumn with Product with Serializable
true / false values are lists of strings that are considered equivalent to true or false e.g.
true / false values are lists of strings that are considered equivalent to true or false e.g. "Y", "yes", "N", "no".
- trait ConfigPlugin[T] extends VersionedPlugin
- case class CsvReaderOptions(hasHeader: Boolean, ignoreHeader: Boolean, delimiter: Char) extends ExtractReaderOptions with Product with Serializable
-
case class
DateColumn(id: String, name: String, description: Option[String], nullable: Boolean, nullReplacementValue: Option[String], trim: Boolean, nullableValues: List[String], formatters: List[String], metadata: Option[String], strict: Boolean) extends ExtractColumn with Product with Serializable
Formatters is a list of valid Java Time formats.
Formatters is a list of valid Java Time formats. Will attemp to parse in order so most likely match should be first.
- case class DecimalColumn(id: String, name: String, description: Option[String], nullable: Boolean, nullReplacementValue: Option[String], trim: Boolean, nullableValues: List[String], precision: Int, scale: Int, metadata: Option[String], formatters: Option[List[String]]) extends ExtractColumn with Product with Serializable
- case class DoubleColumn(id: String, name: String, description: Option[String], nullable: Boolean, nullReplacementValue: Option[String], trim: Boolean, nullableValues: List[String], metadata: Option[String], formatters: Option[List[String]]) extends ExtractColumn with Product with Serializable
- case class ETLPipeline(stages: List[PipelineStage]) extends Product with Serializable
- sealed trait EncodingType extends AnyRef
- case class ErrorRow(row: String, rowIndex: Long, err: String) extends Product with Serializable
-
sealed
trait
ExtractColumn extends AnyRef
ExtractColumns are used to define schemas for typing transforms as well as when extracting from sources that lack a schema such as CSV.
- sealed trait ExtractReaderOptions extends AnyRef
- sealed trait FailModeType extends AnyRef
- case class IntegerColumn(id: String, name: String, description: Option[String], nullable: Boolean, nullReplacementValue: Option[String], trim: Boolean = true, nullableValues: List[String], metadata: Option[String], formatters: Option[List[String]]) extends ExtractColumn with Product with Serializable
- sealed trait IsolationLevelType extends AnyRef
- trait LifecyclePluginInstance extends AnyRef
- case class LongColumn(id: String, name: String, description: Option[String], nullable: Boolean, nullReplacementValue: Option[String], trim: Boolean, nullableValues: List[String], metadata: Option[String], formatters: Option[List[String]]) extends ExtractColumn with Product with Serializable
- sealed trait MetadataFormat extends AnyRef
- case class MetadataSchema(name: String, format: MetadataFormat) extends Product with Serializable
- sealed trait OutputModeType extends AnyRef
- trait PipelineStage extends AnyRef
- sealed trait ResponseType extends AnyRef
- case class StringColumn(id: String, name: String, description: Option[String], nullable: Boolean, nullReplacementValue: Option[String], trim: Boolean, nullableValues: List[String], metadata: Option[String], minLength: Option[Int], maxLength: Option[Int]) extends ExtractColumn with Product with Serializable
-
case class
TimeColumn(id: String, name: String, description: Option[String], nullable: Boolean, nullReplacementValue: Option[String], trim: Boolean, nullableValues: List[String], formatters: List[String], metadata: Option[String]) extends ExtractColumn with Product with Serializable
Formatters is a list of valid Java Time formats.
Formatters is a list of valid Java Time formats. Will attemp to parse in order so most likely match should be first.
-
case class
TimestampColumn(id: String, name: String, description: Option[String], nullable: Boolean, nullReplacementValue: Option[String], trim: Boolean, nullableValues: List[String], timezoneId: String, formatters: List[String], time: Option[LocalTime], metadata: Option[String], strict: Boolean) extends ExtractColumn with Product with Serializable
Formatters is a list of valid Java Time formats.
Formatters is a list of valid Java Time formats. Will attemp to parse in order so most likely match should be first.
- case class TypingError(field: String, message: String) extends Product with Serializable
- trait VersionedPlugin extends Serializable
- case class Watermark(eventTime: String, delayThreshold: String) extends Product with Serializable
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
- object AmazonS3EncryptionType
- object Authentication
- object DoubleResponse extends ResponseType with Product with Serializable
- object EncodingTypeBase64 extends EncodingType with Product with Serializable
- object EncodingTypeHexadecimal extends EncodingType with Product with Serializable
- object Extract
- object ExtractColumn
- object FailModeTypeFailFast extends FailModeType with Product with Serializable
- object FailModeTypePermissive extends FailModeType with Product with Serializable
- object IntegerResponse extends ResponseType with Product with Serializable
- object IsolationLevelNone extends IsolationLevelType with Product with Serializable
- object IsolationLevelReadCommitted extends IsolationLevelType with Product with Serializable
- object IsolationLevelReadUncommitted extends IsolationLevelType with Product with Serializable
- object IsolationLevelRepeatableRead extends IsolationLevelType with Product with Serializable
- object IsolationLevelSerializable extends IsolationLevelType with Product with Serializable
- object MetadataFormat
- object OutputModeTypeAppend extends OutputModeType with Product with Serializable
- object OutputModeTypeComplete extends OutputModeType with Product with Serializable
- object OutputModeTypeUpdate extends OutputModeType with Product with Serializable
- object StringResponse extends ResponseType with Product with Serializable
- object TypingError extends Serializable