com.twitter.summingbird

service

package service

Visibility
  1. Public
  2. All

Type Members

  1. case class CompoundService[Key, Joined](offline: Option[Service[Key, Joined]], online: Option[() ⇒ ReadableStore[Key, Joined]]) extends Product with Serializable

    Pairing of an online and offline service for use with an OptionalPlatform2[Scalding, Storm].

Value Members

  1. object CompoundService extends Serializable

Ungrouped