com.opendatagroup.hadrian.data

PFADatumReader

class PFADatumReader[X] extends SpecificDatumReader[X]

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

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

Instance Constructors

  1. new PFADatumReader(pfaSpecificData: PFASpecificData)

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
    PFADatumReader → 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
    PFADatumReader → 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.specific]
    Definition Classes
    SpecificDatumReader → 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 getSpecificData(): SpecificData

    Definition Classes
    SpecificDatumReader
  23. def hashCode(): Int

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

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

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

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

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

    Definition Classes
    PFADatumReader → GenericDatumReader
  29. final def notify(): Unit

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

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

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

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

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

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

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

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

    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  38. 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] )
  39. def readFixed(arg0: Any, arg1: Schema, arg2: Decoder): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    GenericDatumReader
  47. def setSchema(arg0: Schema): Unit

    Definition Classes
    SpecificDatumReader → GenericDatumReader → DatumReader
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. 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 SpecificDatumReader[X]

Inherited from GenericDatumReader[X]

Inherited from DatumReader[X]

Inherited from AnyRef

Inherited from Any

Ungrouped