com.twitter.summingbird

scalding

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

  2. type FailureReason = String

  3. type FlowInput = (FlowDef, Mode)

  4. type FlowProducer[+T] = Reader[(FlowDef, Mode), T]

  5. type FlowToPipe[+T] = Reader[(FlowDef, Mode), TimedPipe[T]]

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

  7. class LoopState[T] extends WaitingState[T]

  8. class MockMappable[T] extends scalding.Source with Mappable[T]

  9. type PipeFactory[+T] = StateWithError[(Interval[Timestamp], Mode), List[FailureReason], FlowToPipe[T]]

  10. type PlannerOutput[+T] = StateWithError[(Interval[Timestamp], Mode), List[FailureReason], T]

  11. class TestService[K, V] extends BatchedService[K, V]

  12. class TestSink[T] extends Sink[T]

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

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

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

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

Value Members

  1. val ScaldingConfig: BatchConfig.type

  2. object TestSource

  3. object TestStore extends Serializable

  4. object TestUtil

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped