com.iobeam.spark.streams

model

package model

Description of model package.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class OutputStreams extends Iterable[DStream[TimeRecord]]

    A collection of output streams representing all the results of a spark app.

  2. case class TimeRecord(time: Long, data: Map[Key, Any] = ...) extends Serializable with Product

    A TimeRecord represents a collection of data for one time-point.

  3. case class TriggerEvent(name: String, data: TimeRecord) extends Product with Serializable

    A trigger event.

Value Members

  1. object OutputStreams

  2. object TimeRecord extends Serializable

    A Record represents a collection of data for a specific time-point.

  3. object TriggerEvent extends Serializable

  4. package namespaces

Inherited from AnyRef

Inherited from Any

Ungrouped