com.github.massie.avrotuples

AvroFlatTuple3

Related Docs: object AvroFlatTuple3 | package avrotuples

final case class AvroFlatTuple3[T1, T2, T3](_1: T1, _2: T2, _3: T3) extends Product3[T1, T2, T3] with SpecificRecord with KryoSerializable with Externalizable with Product with Serializable

Linear Supertypes
Serializable, Externalizable, Serializable, KryoSerializable, SpecificRecord, IndexedRecord, GenericContainer, Product3[T1, T2, T3], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AvroFlatTuple3
  2. Serializable
  3. Externalizable
  4. Serializable
  5. KryoSerializable
  6. SpecificRecord
  7. IndexedRecord
  8. GenericContainer
  9. Product3
  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 AvroFlatTuple3()

  2. new AvroFlatTuple3(_1: T1, _2: T2, _3: T3)

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
    AvroFlatTuple3 → Product3
  5. var _2: T2

    Definition Classes
    AvroFlatTuple3 → Product3
  6. var _3: T3

    Definition Classes
    AvroFlatTuple3 → Product3
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  10. def finalize(): Unit

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

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

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

    Definition Classes
    AvroFlatTuple3 → GenericContainer
  14. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  18. def productArity: Int

    Definition Classes
    Product3 → Product
  19. def productElement(n: Int): Any

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

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

    Definition Classes
    AvroFlatTuple3 → KryoSerializable
  22. def readExternal(in: ObjectInput): Unit

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

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

  25. def toString(): String

    Definition Classes
    AvroFlatTuple3 → AnyRef → Any
  26. def update(n1: T1, n2: T2, n3: T3): AvroFlatTuple3[T1, T2, T3]

  27. final def wait(): Unit

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

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

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

    Definition Classes
    AvroFlatTuple3 → KryoSerializable
  31. def writeExternal(out: ObjectOutput): Unit

    Definition Classes
    AvroFlatTuple3 → Externalizable

Inherited from Serializable

Inherited from Externalizable

Inherited from Serializable

Inherited from KryoSerializable

Inherited from SpecificRecord

Inherited from IndexedRecord

Inherited from GenericContainer

Inherited from Product3[T1, T2, T3]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped