Packages

class Nested extends SpecificRecordBase with SpecificRecord

Autogenerated by Avro

DO NOT EDIT DIRECTLY

Linear Supertypes
SpecificRecordBase, Externalizable, Serializable, GenericRecord, Comparable[SpecificRecord], SpecificRecord, IndexedRecord, GenericContainer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Nested
  2. SpecificRecordBase
  3. Externalizable
  4. Serializable
  5. GenericRecord
  6. Comparable
  7. SpecificRecord
  8. IndexedRecord
  9. GenericContainer
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Nested(arg0: Integer, arg1: Long)

    All-args constructor.

  2. new Nested()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def compareTo(that: SpecificRecord): Int
    Definition Classes
    SpecificRecordBase → Comparable
  7. def customDecode(in: ResolvingDecoder): Unit
    Definition Classes
    Nested → SpecificRecordBase
  8. def customEncode(out: Encoder): Unit
    Definition Classes
    Nested → SpecificRecordBase
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(that: Any): Boolean
    Definition Classes
    SpecificRecordBase → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(arg0: Int): AnyRef
    Definition Classes
    Nested → SpecificRecordBase → IndexedRecord
  13. def get(fieldName: String): AnyRef
    Definition Classes
    SpecificRecordBase → GenericRecord
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getConversion(fieldName: String): Conversion[_]
    Definition Classes
    SpecificRecordBase
  16. def getConversion(field: Int): Conversion[_]
    Definition Classes
    SpecificRecordBase
  17. def getInt$(): Int

    Gets the value of the 'int$' field.

    Gets the value of the 'int$' field.

    returns

    The value of the 'int$' field.

  18. def getLong$(): Long

    Gets the value of the 'long$' field.

    Gets the value of the 'long$' field.

    returns

    The value of the 'long$' field.

  19. def getSchema(): Schema
    Definition Classes
    Nested → SpecificRecordBase → GenericContainer
  20. def getSpecificData(): SpecificData
    Definition Classes
    Nested → SpecificRecordBase
  21. def hasCustomCoders(): Boolean
    Attributes
    protected[test]
    Definition Classes
    Nested → SpecificRecordBase
  22. def hasField(key: String): Boolean
    Definition Classes
    GenericRecord
  23. def hashCode(): Int
    Definition Classes
    SpecificRecordBase → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def put(arg0: Int, arg1: Any): Unit
    Definition Classes
    Nested → SpecificRecordBase → IndexedRecord
  29. def put(fieldName: String, value: Any): Unit
    Definition Classes
    SpecificRecordBase → GenericRecord
  30. def readExternal(in: ObjectInput): Unit
    Definition Classes
    Nested → SpecificRecordBase → Externalizable
  31. def setInt$(value: Int): Unit

    Sets the value of the 'int$' field.

    Sets the value of the 'int$' field.

    value

    the value to set.

  32. def setLong$(value: Long): Unit

    Sets the value of the 'long$' field.

    Sets the value of the 'long$' field.

    value

    the value to set.

  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toByteBuffer(): ByteBuffer

    Serializes this Nested to a ByteBuffer.

    Serializes this Nested to a ByteBuffer.

    returns

    a buffer holding the serialized data for this instance

    Exceptions thrown

    java.io.IOException if this instance could not be serialized

  35. def toString(): String
    Definition Classes
    SpecificRecordBase → AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. def writeExternal(out: ObjectOutput): Unit
    Definition Classes
    Nested → SpecificRecordBase → Externalizable

Inherited from SpecificRecordBase

Inherited from Externalizable

Inherited from Serializable

Inherited from GenericRecord

Inherited from Comparable[SpecificRecord]

Inherited from SpecificRecord

Inherited from IndexedRecord

Inherited from GenericContainer

Inherited from AnyRef

Inherited from Any

Ungrouped