Packages

class DefaultAwareDatumReader[T] extends GenericDatumReader[T]

Linear Supertypes
GenericDatumReader[T], DatumReader[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultAwareDatumReader
  2. GenericDatumReader
  3. DatumReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultAwareDatumReader(writer: Schema, reader: Schema)

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. def addToArray(array: Any, pos: Long, e: Any): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
  5. def addToMap(map: Any, key: Any, value: Any): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def convert(datum: Any, schema: Schema, type: LogicalType, conversion: Conversion[_]): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
  9. def createBytes(value: Array[Byte]): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
  10. def createEnum(symbol: String, schema: Schema): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
  11. def createString(value: String): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def findStringClass(schema: Schema): Class[_]
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getData(): GenericData
    Definition Classes
    GenericDatumReader
  17. def getExpected(): Schema
    Definition Classes
    GenericDatumReader
  18. final def getResolver(actual: Schema, expected: Schema): ResolvingDecoder
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  19. def getSchema(): Schema
    Definition Classes
    GenericDatumReader
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def newArray(old: Any, size: Int, schema: Schema): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
  24. def newInstanceFromString(c: Class[_], s: String): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
  25. def newMap(old: Any, size: Int): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def peekArray(array: Any): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
  29. def read(old: Any, expected: Schema, in: ResolvingDecoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  30. def read(reuse: T, in: org.apache.avro.io.Decoder): T
    Definition Classes
    GenericDatumReader → DatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  31. def readArray(old: Any, expected: Schema, in: ResolvingDecoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  32. def readBytes(old: Any, in: org.apache.avro.io.Decoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def readBytes(old: Any, s: Schema, in: org.apache.avro.io.Decoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def readEnum(expected: Schema, in: org.apache.avro.io.Decoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def readField(r: Any, f: Field, oldDatum: Any, in: ResolvingDecoder, state: Any): Unit
    Definition Classes
    DefaultAwareDatumReader → GenericDatumReader
  36. def readFixed(old: Any, expected: Schema, in: org.apache.avro.io.Decoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  37. def readInt(old: Any, expected: Schema, in: org.apache.avro.io.Decoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def readMap(old: Any, expected: Schema, in: ResolvingDecoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  39. def readMapKey(old: Any, expected: Schema, in: org.apache.avro.io.Decoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def readRecord(old: Any, expected: Schema, in: ResolvingDecoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def readString(old: Any, in: org.apache.avro.io.Decoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def readString(old: Any, expected: Schema, in: org.apache.avro.io.Decoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  43. def readWithConversion(old: Any, expected: Schema, logicalType: LogicalType, conversion: Conversion[_], in: ResolvingDecoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  44. def readWithoutConversion(old: Any, expected: Schema, in: ResolvingDecoder): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  45. def setExpected(reader: Schema): Unit
    Definition Classes
    GenericDatumReader
  46. def setSchema(writer: Schema): Unit
    Definition Classes
    GenericDatumReader → DatumReader
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def createFixed(old: Any, bytes: Array[Byte], schema: Schema): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def createFixed(old: Any, schema: Schema): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def newRecord(old: Any, schema: Schema): AnyRef
    Attributes
    protected[generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from GenericDatumReader[T]

Inherited from DatumReader[T]

Inherited from AnyRef

Inherited from Any

Ungrouped