com.github.massie.avrotuples

AvroTuple8

Related Docs: object AvroTuple8 | package avrotuples

final case class AvroTuple8[T1, T2, T3, T4, T5, T6, T7, T8](_1: T1, _2: T2, _3: T3, _4: T4, _5: T5, _6: T6, _7: T7, _8: T8) extends Product8[T1, T2, T3, T4, T5, T6, T7, T8] with SpecificRecord with KryoSerializable with Externalizable with Product with Serializable

Linear Supertypes
Serializable, Externalizable, Serializable, KryoSerializable, SpecificRecord, IndexedRecord, GenericContainer, Product8[T1, T2, T3, T4, T5, T6, T7, T8], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AvroTuple8
  2. Serializable
  3. Externalizable
  4. Serializable
  5. KryoSerializable
  6. SpecificRecord
  7. IndexedRecord
  8. GenericContainer
  9. Product8
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AvroTuple8()

  2. new AvroTuple8(_1: T1, _2: T2, _3: T3, _4: T4, _5: T5, _6: T6, _7: T7, _8: T8)

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. var _1: T1

    Definition Classes
    AvroTuple8 → Product8
  5. var _2: T2

    Definition Classes
    AvroTuple8 → Product8
  6. var _3: T3

    Definition Classes
    AvroTuple8 → Product8
  7. var _4: T4

    Definition Classes
    AvroTuple8 → Product8
  8. var _5: T5

    Definition Classes
    AvroTuple8 → Product8
  9. var _6: T6

    Definition Classes
    AvroTuple8 → Product8
  10. var _7: T7

    Definition Classes
    AvroTuple8 → Product8
  11. var _8: T8

    Definition Classes
    AvroTuple8 → Product8
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(i: Int): AnyRef

    Definition Classes
    AvroTuple8 → IndexedRecord
    Annotations
    @throws( classOf[IndexOutOfBoundsException] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getSchema(): Schema

    Definition Classes
    AvroTuple8 → GenericContainer
  19. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  23. def productArity: Int

    Definition Classes
    Product8 → Product
  24. def productElement(n: Int): Any

    Definition Classes
    Product8 → Product
    Annotations
    @throws( ... )
  25. def put(i: Int, v: Any): Unit

    Definition Classes
    AvroTuple8 → IndexedRecord
    Annotations
    @throws( classOf[IndexOutOfBoundsException] )
  26. def read(kryo: Kryo, input: Input): Unit

    Definition Classes
    AvroTuple8 → KryoSerializable
  27. def readExternal(in: ObjectInput): Unit

    Definition Classes
    AvroTuple8 → Externalizable
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toBytes: Array[Byte]

  30. def toString(): String

    Definition Classes
    AvroTuple8 → AnyRef → Any
  31. def update(n1: T1, n2: T2, n3: T3, n4: T4, n5: T5, n6: T6, n7: T7, n8: T8): AvroTuple8[T1, T2, T3, T4, T5, T6, T7, T8]

  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def write(kryo: Kryo, output: Output): Unit

    Definition Classes
    AvroTuple8 → KryoSerializable
  36. def writeExternal(out: ObjectOutput): Unit

    Definition Classes
    AvroTuple8 → Externalizable

Inherited from Serializable

Inherited from Externalizable

Inherited from Serializable

Inherited from KryoSerializable

Inherited from SpecificRecord

Inherited from IndexedRecord

Inherited from GenericContainer

Inherited from Product8[T1, T2, T3, T4, T5, T6, T7, T8]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped