com.twitter

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 Grouped[K, +V] = scalding.typed.Grouped[K, V]

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

  3. class ScaldingILoop extends ILoop

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

  4. class ShellObj[T] extends AnyRef

    Adds ability to run a pipe in the REPL.

  5. type TypedPipe[+T] = scalding.typed.TypedPipe[T]

  6. type TypedSink[-T] = scalding.typed.TypedSink[T]

  7. type TypedSource[+T] = scalding.typed.TypedSource[T]

  8. type ValuePipe[+T] = scalding.typed.ValuePipe[T]

Value Members

  1. object ReplImplicits extends FieldConversions

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

  2. object ScaldingShell extends MainGenericRunner

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

  3. val TDsl: scalding.typed.TDsl.type

  4. val TypedPipe: scalding.typed.TypedPipe.type

  5. val scaldingVersion: String

Inherited from AnyRef

Inherited from Any

Ungrouped