Package

com.twitter

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. trait BaseReplState extends AnyRef

    Permalink

    Object containing various implicit conversions required to create Scalding flows in the REPL.

    Object containing various implicit conversions required to create Scalding flows in the REPL. Most of these conversions come from the com.twitter.scalding.Job class.

  2. trait BaseScaldingShell extends MainGenericRunner

    Permalink

    A runner for a Scala REPL providing functionality extensions specific to working with Scalding.

  3. type Grouped[K, +V] = scalding.typed.Grouped[K, V]

    Permalink
  4. class ILoopCompat extends ILoop

    Permalink
  5. type KeyedList[K, +V] = scalding.typed.KeyedList[K, V]

    Permalink
  6. class ScaldingILoop extends ILoopCompat

    Permalink

    A class providing Scalding specific commands for inclusion in the Scalding REPL.

  7. case class ShellArgs(cfg: Config, mode: Mode, cmdArgs: List[String]) extends Product with Serializable

    Permalink
  8. class ShellTypedPipe[T] extends AnyRef

    Permalink

    Enrichment on TypedPipes allowing them to be run locally, independent of the overall flow.

  9. class ShellValuePipe[T] extends AnyRef

    Permalink
  10. type TypedPipe[+T] = scalding.typed.TypedPipe[T]

    Permalink
  11. type TypedSink[-T] = scalding.typed.TypedSink[T]

    Permalink
  12. type TypedSource[+T] = scalding.typed.TypedSource[T]

    Permalink
  13. type ValuePipe[+T] = scalding.typed.ValuePipe[T]

    Permalink

Value Members

  1. object ReplImplicitContext

    Permalink

    Implicit FlowDef and Mode, import in the REPL to have the global context implicitly used everywhere.

  2. object ReplImplicits extends FieldConversions

    Permalink
  3. object ReplState extends BaseReplState

    Permalink
  4. object ScaldingILoop

    Permalink
  5. object ScaldingShell extends MainGenericRunner with BaseScaldingShell

    Permalink
  6. val TDsl: scalding.typed.TDsl.type

    Permalink
  7. val TypedPipe: scalding.typed.TypedPipe.type

    Permalink
  8. val scaldingVersion: String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped