com.twitter.summingbird

online

package online

Package containing the Summingbird Online platform.

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

Type Members

  1. class Externalizer[T] extends chill.Externalizer[T]

  2. trait FlatMapOperation[-T, +U] extends Serializable with Closeable

  3. class FunctionFlatMapOperation[T, U] extends FlatMapOperation[T, U]

  4. class FunctionKeyFlatMapOperation[K1, K2, V] extends FlatMapOperation[(K1, V), (K2, V)]

  5. class GenericFlatMapOperation[T, U] extends FlatMapOperation[T, U]

  6. class IdentityFlatMapOperation[T] extends FlatMapOperation[T, T]

  7. abstract class Queue[T] extends AnyRef

    Use this class with a thread-safe queue to receive results from futures in one thread.

  8. type StoreFactory[K, V] = () ⇒ ReadableStore[K, V]

  9. class WriteOperation[T] extends FlatMapOperation[T, T]

Value Members

  1. object Externalizer extends Serializable

  2. object FlatMapOperation extends Serializable

  3. object Queue

  4. package executor

  5. package option

Inherited from AnyRef

Inherited from Any

Ungrouped