com.nicta.scoobi.io.avro

AvroSchema

Related Docs: trait AvroSchema | package avro

object AvroSchema extends LowPriorityAvroSchemaImplicits

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

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

  5. 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.

    Definition Classes
    LowPriorityAvroSchemaImplicits
    See also

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

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

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

  8. object FixedCounter extends UniqueInt

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

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

  11. implicit def ImmutableMapSchema[T](implicit sch: AvroSchema[T]): AvroSchema[Map[String, T]]

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

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

  14. 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 */ }

  15. implicit def SeqSchema[T](implicit sch: AvroSchema[T]): AvroSchema[Seq[T]]

  16. implicit def SetSchema[T](implicit sch: AvroSchema[T]): AvroSchema[Set[T]]

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

  18. 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 */ }

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

  20. 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 */ }

  21. 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 */ }

  22. 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 */ }

  23. 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 */ }

  24. 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 */ }

  25. 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 */ }

  26. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  27. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped