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[Time], 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[(Time, (K, V))]

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

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

  9. case class ScaldingEnv(jobName: String, inargs: Array[String]) extends Env with Product with Serializable

  10. case class StoreIntermediateData[K, V](sink: ScaldingSink[(K, V)]) extends Serializable with Product with Serializable

  11. type Time = Long

  12. type TimedPipe[+T] = TypedPipe[(Time, T)]

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

Value Members

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

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

  3. package source

  4. package store

  5. def toTry(e: Throwable): Try[Nothing]

Inherited from AnyRef

Inherited from Any

Ungrouped