Packages

p

io.dataos.spark.readers

autogenous

package autogenous

Type Members

  1. case class AutogenousInput(name: String, dataosAddress: String, options: Map[String, String]) extends IncrementalReader with DatasourceReader with Product with Serializable

    Case class representing an Autogenous Input.

    Case class representing an Autogenous Input.

    name

    The name of the Autogenous Input.

    dataosAddress

    The dataosAddress for the Autogenous Input.

    options

    Additional options for the Autogenous Input.

  2. case class HttpData(value: String, timestamp: Timestamp) extends Product with Serializable

    Case class representing HTTP data.

    Case class representing HTTP data.

    value

    The value of the HTTP data.

    timestamp

    The timestamp of the HTTP data.

  3. class HttpStream extends Thread

    Thread class for streaming HTTP data.

Ungrouped