Package

com.twitter.scalding

avro

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. trait AvroSchemaType[T] extends Serializable

    Permalink
  2. trait PackedAvroFileScheme[T] extends FileSource

    Permalink
  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

    Permalink
  4. trait UnpackedAvroFileScheme extends FileSource

    Permalink
  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

    Permalink

Value Members

  1. object AvroSchemaType extends Serializable

    Permalink
  2. object PackedAvroSource extends Serializable

    Permalink
  3. object UnpackedAvroSource extends Serializable

    Permalink
  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

    Permalink
  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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped