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. case class JsonLine(p: String, fields: Fields = cascading.tuple.Fields.ALL, sinkMode: SinkMode = cascading.tap.SinkMode.REPLACE, transformInTest: Boolean = false, failOnEmptyLines: Boolean = true) extends FixedPathSource with TextLineScheme with Product with Serializable

    This Source writes out the TupleEntry as a simple JSON object, using the field names as keys and the string representation of the values.

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

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

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

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

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

Value Members

  1. object JsonLine extends AbstractFunction5[String, Fields, SinkMode, Boolean, Boolean, JsonLine] with Serializable with Serializable

    TODO: at the next binary incompatible version remove the AbstractFunction2/scala.

  2. val TDsl: scalding.typed.TDsl.type

  3. val TypedPipe: scalding.typed.TypedPipe.type

  4. val scaldingVersion: String

Inherited from AnyRef

Inherited from Any

Ungrouped