com.opendatagroup.hadrian.data

GenericPFADatumReader

class GenericPFADatumReader[X] extends GenericDatumReader[X]

Overrides Avro's data model with one designed for PFA.

Linear Supertypes
GenericDatumReader[X], DatumReader[X], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenericPFADatumReader
  2. GenericDatumReader
  3. DatumReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericPFADatumReader(schema: Schema, pfaGenericData: PFAGenericData)

    schema

    schema of the datum to read

    pfaGenericData

    data model

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. def addToArray(arg0: Any, arg1: Long, arg2: Any): Unit

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  7. def addToMap(arg0: Any, arg1: Any, arg2: Any): Unit

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createBytes(value: Array[Byte]): AnyRef

    Definition Classes
    GenericPFADatumReader → GenericDatumReader
  11. def createEnum(arg0: String, arg1: Schema): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  12. def createString(value: String): AnyRef

    Definition Classes
    GenericPFADatumReader → GenericDatumReader
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findStringClass(arg0: Schema): Class[_]

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getData(): GenericData

    Definition Classes
    GenericDatumReader
  19. def getExpected(): Schema

    Definition Classes
    GenericDatumReader
  20. final def getResolver(arg0: Schema, arg1: Schema): ResolvingDecoder

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  21. def getSchema(): Schema

    Definition Classes
    GenericDatumReader
  22. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  25. def newArray(old: AnyRef, size: Int, schema: Schema): AnyRef

    Definition Classes
    GenericPFADatumReader → GenericDatumReader
  26. def newInstanceFromString(arg0: Class[_], arg1: String): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  27. def newMap(old: AnyRef, size: Int): AnyRef

    Definition Classes
    GenericPFADatumReader → GenericDatumReader
  28. final def notify(): Unit

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

    Definition Classes
    AnyRef
  30. def peekArray(arg0: Any): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  31. def read(arg0: Any, arg1: Schema, arg2: ResolvingDecoder): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  32. def read(arg0: X, arg1: Decoder): X

    Definition Classes
    GenericDatumReader → DatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def readArray(arg0: Any, arg1: Schema, arg2: ResolvingDecoder): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def readBytes(old: AnyRef, in: Decoder): AnyRef

    Definition Classes
    GenericPFADatumReader → GenericDatumReader
  35. def readBytes(arg0: Any, arg1: Schema, arg2: Decoder): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def readEnum(arg0: Schema, arg1: Decoder): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  37. def readField(arg0: Any, arg1: Field, arg2: Any, arg3: ResolvingDecoder, arg4: Any): Unit

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def readFixed(arg0: Any, arg1: Schema, arg2: Decoder): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  39. def readInt(arg0: Any, arg1: Schema, arg2: Decoder): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def readMap(arg0: Any, arg1: Schema, arg2: ResolvingDecoder): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def readMapKey(arg0: Any, arg1: Schema, arg2: Decoder): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def readRecord(arg0: Any, arg1: Schema, arg2: ResolvingDecoder): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  43. def readString(old: AnyRef, in: Decoder): AnyRef

    Definition Classes
    GenericPFADatumReader → GenericDatumReader
  44. def readString(arg0: Any, arg1: Schema, arg2: Decoder): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  45. def setExpected(arg0: Schema): Unit

    Definition Classes
    GenericDatumReader
  46. def setSchema(arg0: 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(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def createFixed(arg0: Any, arg1: Array[Byte], arg2: Schema): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def createFixed(arg0: Any, arg1: Schema): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def newRecord(arg0: Any, arg1: Schema): AnyRef

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from GenericDatumReader[X]

Inherited from DatumReader[X]

Inherited from AnyRef

Inherited from Any

Ungrouped