Package

com.twitter.summingbird

scalding

Permalink

package scalding

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. scalding
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type FactoryInput = (Interval[Timestamp], Mode)

    Permalink
  2. type FailureReason = String

    Permalink
  3. type FlowInput = (FlowDef, Mode)

    Permalink
  4. type FlowProducer[+T] = Reader[FlowInput, T]

    Permalink
  5. type FlowToPipe[+T] = Reader[FlowInput, TimedPipe[T]]

    Permalink
  6. type KeyValuePipe[+K, +V] = TypedPipe[(Timestamp, (K, V))]

    Permalink
  7. class LocalIterableSource[+T] extends IterableSource[T]

    Permalink
  8. class LoopState[T] extends WaitingState[T]

    Permalink
  9. class MockMappable[T] extends scalding.Source with Mappable[T]

    Permalink
  10. type PipeFactory[+T] = StateWithError[FactoryInput, List[FailureReason], FlowToPipe[T]]

    Permalink
  11. type PlannerOutput[+T] = StateWithError[FactoryInput, List[FailureReason], T]

    Permalink
  12. class TestService[K, V] extends BatchedService[K, V]

    Permalink
  13. class TestSink[T] extends Sink[T]

    Permalink

    This is a test sink that assumes single threaded testing with cascading local mode

  14. class TestStore[K, V] extends BatchedStore[K, V]

    Permalink
  15. class TestStoreService[K, V] extends StoreService[K, V]

    Permalink
  16. type TimedPipe[+T] = TypedPipe[(Timestamp, T)]

    Permalink
  17. type Try[+T] = Either[List[FailureReason], T]

    Permalink

Value Members

  1. object TestSource

    Permalink
  2. object TestStore extends Serializable

    Permalink
  3. object TestStoreService extends Serializable

    Permalink
  4. object TestUtil

    Permalink
  5. implicit def flowDefFromTuple(implicit fm: (FlowDef, Mode)): FlowDef

    Permalink
  6. implicit def modeFromTuple(implicit fm: (FlowDef, Mode)): Mode

    Permalink
  7. implicit def toPipeFactoryOps[T](pipeF: PipeFactory[T]): PipeFactoryOps[T]

    Permalink
  8. def toTry(e: Throwable, msg: String): Try[Nothing]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped