com.opendatagroup.hadrian.data

PFARecord

abstract class PFARecord extends SpecificRecordBase with AnyPFARecord

Linear Supertypes
AnyPFARecord, SpecificRecordBase, GenericRecord, Comparable[SpecificRecord], SpecificRecord, IndexedRecord, GenericContainer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PFARecord
  2. AnyPFARecord
  3. SpecificRecordBase
  4. GenericRecord
  5. Comparable
  6. SpecificRecord
  7. IndexedRecord
  8. GenericContainer
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PFARecord()

Abstract Value Members

  1. abstract def fieldIndex(name: String): Int

  2. abstract def fieldNames: Array[String]

  3. abstract def fieldTypes: Array[Schema]

  4. abstract def get(field: Int): AnyRef

    Definition Classes
    PFARecord → SpecificRecordBase → IndexedRecord
  5. abstract def getAll(): Array[AnyRef]

    Definition Classes
    AnyPFARecord
  6. abstract def getClassSchema: Schema

  7. abstract def getSchema: Schema

    Definition Classes
    AnyPFARecord
  8. abstract def internalUpdate(field: String, value: Any): PFARecord

  9. abstract def internalUpdate(field: Int, value: Any): PFARecord

  10. abstract def multiUpdate(fields: Array[String], values: Array[Any]): PFARecord

  11. abstract def numFields: Int

  12. abstract def put(field: Int, value: Any): Unit

    Definition Classes
    PFARecord → SpecificRecordBase → IndexedRecord

Concrete 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 apply(i: String): AnyRef

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compareTo(arg0: SpecificRecord): Int

    Definition Classes
    SpecificRecordBase → Comparable
  10. def converted[X](elem: X, schema: Schema): Any

  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    SpecificRecordBase → AnyRef → Any
  13. def fieldNameExists(x: String): Boolean

  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def get(arg0: String): AnyRef

    Definition Classes
    SpecificRecordBase → GenericRecord
  16. final def getClass(): Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  22. def put(arg0: String, arg1: Any): Unit

    Definition Classes
    SpecificRecordBase → GenericRecord
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    SpecificRecordBase → AnyRef → Any
  25. def updated[Y](path: List[PathIndex], updator: (Y) ⇒ Y, schema: Schema): PFARecord

  26. def updated[Y](path: Array[PathIndex], updator: (Y) ⇒ Y, schema: Schema, arrayErrStr: String, arrayErrCode: Int, mapErrStr: String, mapErrCode: Int, fcnName: String, pos: Option[String]): PFARecord

  27. def updated[Y](path: Array[PathIndex], updator: (Y) ⇒ Y, schema: Schema): PFARecord

  28. def updated(path: Array[PathIndex], elem: AnyRef, schema: Schema, arrayErrStr: String, arrayErrCode: Int, mapErrStr: String, mapErrCode: Int, fcnName: String, pos: Option[String]): PFARecord

  29. def updated(path: Array[PathIndex], elem: AnyRef, schema: Schema): PFARecord

  30. def updated(path: List[PathIndex], elem: AnyRef, schema: Schema): PFARecord

  31. def updated[X](i: String, elem: X, schema: Schema): PFARecord

  32. def updated[X](i: Int, elem: X, schema: Schema): PFARecord

  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyPFARecord

Inherited from SpecificRecordBase

Inherited from GenericRecord

Inherited from Comparable[SpecificRecord]

Inherited from SpecificRecord

Inherited from IndexedRecord

Inherited from GenericContainer

Inherited from AnyRef

Inherited from Any

Ungrouped