com.memsql.spark.etl.api

UserTransformConfig

case class UserTransformConfig(class_name: String, value: JsValue) extends PhaseConfig with UserConfig with Product with Serializable

User defined configuration passed com.memsql.spark.etl.api.SimpleByteArrayTransformer.

class_name

The fully qualified class name for the requested Transformer.

value

The JSON configuration passed from MemSQL Ops as a spray.json.JsValue.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UserTransformConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. UserConfig
  7. PhaseConfig
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UserTransformConfig(class_name: String, value: JsValue)

    class_name

    The fully qualified class name for the requested Transformer.

    value

    The JSON configuration passed from MemSQL Ops as a spray.json.JsValue.

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val class_name: String

    The fully qualified class name for the requested Transformer.

    The fully qualified class name for the requested Transformer.

    Definition Classes
    UserTransformConfigUserConfig
  8. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  10. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  12. def getConfigAsMap: Map[String, Any]

    Serializes the JSON configuration into a Map.

    Serializes the JSON configuration into a Map. Supports nested JSON. JSON objects are serialized into scala.collection.immutable.Maps and JSON arrays are serialized into scala.Lists.

    returns

    The JSON configuration serialized into a nested Map.

    Definition Classes
    UserConfig
  13. def getConfigBoolean(pathHead: String, pathTail: String*): Option[Boolean]

    Retrieve a scala.Boolean at the specified path from the user defined configuration.

    Retrieve a scala.Boolean at the specified path from the user defined configuration.

    pathHead

    Key in the user defined object

    pathTail

    Additional nested keys

    returns

    An scala.Option containing the scala.Boolean, or scala.None if the path is invalid.

    Definition Classes
    UserConfig
  14. def getConfigDouble(pathHead: String, pathTail: String*): Option[Double]

    Retrieve a scala.Double at the specified path from the user defined configuration.

    Retrieve a scala.Double at the specified path from the user defined configuration.

    pathHead

    Key in the user defined object

    pathTail

    Additional nested keys

    returns

    An scala.Option containing the scala.Double, or scala.None if the path is invalid.

    Definition Classes
    UserConfig
  15. def getConfigFloat(pathHead: String, pathTail: String*): Option[Float]

    Retrieve a scala.Float at the specified path from the user defined configuration.

    Retrieve a scala.Float at the specified path from the user defined configuration.

    pathHead

    Key in the user defined object

    pathTail

    Additional nested keys

    returns

    An scala.Option containing the scala.Float, or scala.None if the path is invalid.

    Definition Classes
    UserConfig
  16. def getConfigInt(pathHead: String, pathTail: String*): Option[Int]

    Retrieve an scala.Int at the specified path from the user defined configuration.

    Retrieve an scala.Int at the specified path from the user defined configuration.

    pathHead

    Key in the user defined object

    pathTail

    Additional nested keys

    returns

    An scala.Option containing the scala.Int, or scala.None if the path is invalid.

    Definition Classes
    UserConfig
  17. def getConfigJsValue(pathHead: String, pathTail: String*): Option[JsValue]

    Retrieve a spray.json.JsValue at the specified path from the user defined configuration.

    Retrieve a spray.json.JsValue at the specified path from the user defined configuration.

    pathHead

    Key in the user defined object

    pathTail

    Additional nested keys

    returns

    An scala.Option containing the spray.json.JsValue, or scala.None if the path is invalid.

    Definition Classes
    UserConfig
  18. def getConfigLong(pathHead: String, pathTail: String*): Option[Long]

    Retrieve a scala.Long at the specified path from the user defined configuration.

    Retrieve a scala.Long at the specified path from the user defined configuration.

    pathHead

    Key in the user defined object

    pathTail

    Additional nested keys

    returns

    An scala.Option containing the scala.Long, or scala.None if the path is invalid.

    Definition Classes
    UserConfig
  19. def getConfigString(pathHead: String, pathTail: String*): Option[String]

    Retrieve a scala.Predef.String at the specified path from the user defined configuration.

    Retrieve a scala.Predef.String at the specified path from the user defined configuration.

    pathHead

    Key in the user defined object

    pathTail

    Additional nested keys

    returns

    An scala.Option containing the scala.Predef.String, or scala.None if the path is invalid.

    Definition Classes
    UserConfig
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  25. val value: JsValue

    The JSON configuration passed from MemSQL Ops as a spray.json.JsValue.

    The JSON configuration passed from MemSQL Ops as a spray.json.JsValue.

    Definition Classes
    UserTransformConfigUserConfig
  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from UserConfig

Inherited from PhaseConfig

Inherited from AnyRef

Inherited from Any

Ungrouped