com.twitter.summingbird

sink

package sink

Visibility
  1. Public
  2. All

Type Members

  1. class BatchedSinkFromOffline[T] extends BatchedSink[T]

    Wrapped for the new scalding sink API in terms of the above

  2. case class CompoundSink[Event](offline: Option[OfflineSink[Event]], online: Option[() ⇒ OnlineSink[Event]]) extends Product with Serializable

  3. trait OfflineSink[Event] extends AnyRef

    Represents a location to which intermediate results of the "flatMap" operation can be written for consumption by other jobs.

  4. trait OnlineSink[-Event] extends (Event) ⇒ Future[Unit]

    Represents a location to which intermediate results of the "flatMap" operation can be written for consumption by other jobs.

Value Members

  1. object CompoundSink extends Serializable

  2. object EmptyOnlineSink extends OnlineSink[Any]

  3. object OnlineSink

Ungrouped