com.twitter.summingbird.scalding

batch

package batch

Visibility
  1. Public
  2. All

Type Members

  1. trait BatchedService[K, V] extends ExternalService[K, V]

  2. trait BatchedSink[T] extends Sink[T]

  3. trait BatchedStore[K, V] extends Store[K, V]

  4. case class LTuple2[T, U](_1: T, _2: U) extends Product with Serializable

    This is the same as scala's Tuple2, except the hashCode is a val.

Value Members

  1. object BatchedService extends Serializable

Ungrouped