com.nicta.scoobi.io.avro

AvroSchema

object AvroSchema

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit def ArraySchema[T](implicit mf: Manifest[T], sch: AvroSchema[T]): AvroSchema[Array[T]] { ... /* 2 definitions in type refinement */ }

  7. implicit def AvroRecordSchema[T <: GenericContainer](implicit r: Manifest[T]): AvroSchema[T] { ... /* 2 definitions in type refinement */ }

    Actual Avro Generic/SpecificRecord support

    Actual Avro Generic/SpecificRecord support

    When T is a GenericRecord, we use the NULL schema type.

    See also

    AvroInput/AvroOutput how the NULL schema type is used to create the appropriate AvroKeyRecordReader/AvroKeyRecordWriter instance

  8. implicit def BooleanSchema: AvroSchema[Boolean] { ... /* 2 definitions in type refinement */ }

  9. implicit def DoubleSchema: AvroSchema[Double] { ... /* 2 definitions in type refinement */ }

  10. object FixedCounter extends UniqueInt

  11. implicit def FixedSchema[T](implicit fxd: AvroFixed[T]): AvroSchema[T] { ... /* 2 definitions in type refinement */ }

  12. implicit def FloatSchema: AvroSchema[Float] { ... /* 2 definitions in type refinement */ }

  13. implicit def IntSchema: AvroSchema[Int] { ... /* 2 definitions in type refinement */ }

  14. implicit def LongSchema: AvroSchema[Long] { ... /* 2 definitions in type refinement */ }

  15. implicit def MapSchema[CC[String, X] <: Map[String, X], T](implicit sch: AvroSchema[T], bf: CanBuildFrom[_, (String, T), CC[String, T]]): AvroSchema[CC[String, T]] { ... /* 3 definitions in type refinement */ }

  16. implicit def StringSchema: AvroSchema[String] { ... /* 2 definitions in type refinement */ }

  17. implicit def TraversableSchema[CC[X] <: Traversable[X], T](implicit sch: AvroSchema[T], bf: CanBuildFrom[_, T, CC[T]]): AvroSchema[CC[T]] { ... /* 2 definitions in type refinement */ }

  18. implicit def Tuple2Schema[T1, T2](implicit arg0: AvroSchema[T1], arg1: AvroSchema[T2]): AvroSchema[(T1, T2)] { ... /* 4 definitions in type refinement */ }

  19. implicit def Tuple3Schema[T1, T2, T3](implicit arg0: AvroSchema[T1], arg1: AvroSchema[T2], arg2: AvroSchema[T3]): AvroSchema[(T1, T2, T3)] { ... /* 5 definitions in type refinement */ }

  20. implicit def Tuple4Schema[T1, T2, T3, T4](implicit arg0: AvroSchema[T1], arg1: AvroSchema[T2], arg2: AvroSchema[T3], arg3: AvroSchema[T4]): AvroSchema[(T1, T2, T3, T4)] { ... /* 6 definitions in type refinement */ }

  21. implicit def Tuple5Schema[T1, T2, T3, T4, T5](implicit arg0: AvroSchema[T1], arg1: AvroSchema[T2], arg2: AvroSchema[T3], arg3: AvroSchema[T4], arg4: AvroSchema[T5]): AvroSchema[(T1, T2, T3, T4, T5)] { ... /* 7 definitions in type refinement */ }

  22. implicit def Tuple6Schema[T1, T2, T3, T4, T5, T6](implicit arg0: AvroSchema[T1], arg1: AvroSchema[T2], arg2: AvroSchema[T3], arg3: AvroSchema[T4], arg4: AvroSchema[T5], arg5: AvroSchema[T6]): AvroSchema[(T1, T2, T3, T4, T5, T6)] { ... /* 8 definitions in type refinement */ }

  23. implicit def Tuple7Schema[T1, T2, T3, T4, T5, T6, T7](implicit arg0: AvroSchema[T1], arg1: AvroSchema[T2], arg2: AvroSchema[T3], arg3: AvroSchema[T4], arg4: AvroSchema[T5], arg5: AvroSchema[T6], arg6: AvroSchema[T7]): AvroSchema[(T1, T2, T3, T4, T5, T6, T7)] { ... /* 9 definitions in type refinement */ }

  24. implicit def Tuple8Schema[T1, T2, T3, T4, T5, T6, T7, T8](implicit arg0: AvroSchema[T1], arg1: AvroSchema[T2], arg2: AvroSchema[T3], arg3: AvroSchema[T4], arg4: AvroSchema[T5], arg5: AvroSchema[T6], arg6: AvroSchema[T7], arg7: AvroSchema[T8]): AvroSchema[(T1, T2, T3, T4, T5, T6, T7, T8)] { ... /* 10 definitions in type refinement */ }

  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped