com.twitter.scalding

avro

package avro

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. avro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AvroSchemaType[T] extends Serializable

  2. trait PackedAvroFileScheme[T] extends FileSource

  3. case class PackedAvroSource[T](paths: Seq[String])(implicit mf: Manifest[T], conv: TupleConverter[T], tset: TupleSetter[T], avroType: AvroSchemaType[T]) extends FixedPathSource with PackedAvroFileScheme[T] with Mappable[T] with TypedSink[T] with Product with Serializable

  4. trait UnpackedAvroFileScheme extends FileSource

  5. case class UnpackedAvroSource[T](paths: Seq[String], schema: Option[Schema])(implicit conv: TupleConverter[T], tset: TupleSetter[T]) extends FixedPathSource with UnpackedAvroFileScheme with Mappable[T] with TypedSink[T] with Product with Serializable

Value Members

  1. object AvroSchemaType extends Serializable

  2. object PackedAvroSource extends Serializable

  3. object UnpackedAvroSource extends Serializable

  4. def writePackedAvro[T](pipe: TypedPipe[T], path: String)(implicit mf: Manifest[T], st: AvroSchemaType[T], conv: TupleConverter[T], set: TupleSetter[T], flow: FlowDef, mode: Mode): Unit

  5. def writeUnpackedAvro[T <: Product](pipe: TypedPipe[T], path: String, schema: Schema)(implicit mf: Manifest[T], conv: TupleConverter[T], set: TupleSetter[T], flow: FlowDef, mode: Mode): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped