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. type PipeFactory[+T] = StateWithError[(Interval[Timestamp], Mode), List[FailureReason], FlowToPipe[T]]

  8. type PlannerOutput[+T] = StateWithError[(Interval[Timestamp], 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: Sink[(K, V)]) extends Serializable with Product with Serializable

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

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

Value Members

  1. val ScaldingConfig: BatchConfig.type

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

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

  4. package source

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped