Packages

c

com.spotify.ratatool.avro.specific

RequiredNestedRecord

class RequiredNestedRecord extends SpecificRecordBase with SpecificRecord

Record for testing

Annotations
@SuppressWarnings() @AvroGenerated()
Linear Supertypes
SpecificRecordBase, Externalizable, Serializable, GenericRecord, Comparable[SpecificRecord], SpecificRecord, IndexedRecord, GenericContainer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequiredNestedRecord
  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. Protected

Instance Constructors

  1. new RequiredNestedRecord(int_field: Integer, long_field: Long, float_field: Float, double_field: Double, boolean_field: Boolean, string_field: CharSequence, fixed_field: UUID, enum_field: ABTest, map_field: Map[CharSequence, Integer], bytes_field: ByteBuffer)

    All-args constructor.

    All-args constructor.

    int_field

    The new value for int_field

    long_field

    The new value for long_field

    float_field

    The new value for float_field

    double_field

    The new value for double_field

    boolean_field

    The new value for boolean_field

    string_field

    The new value for string_field

    fixed_field

    The new value for fixed_field

    enum_field

    The new value for enum_field

    map_field

    The new value for map_field

    bytes_field

    The new value for bytes_field

  2. new RequiredNestedRecord()

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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def compareTo(arg0: SpecificRecord): Int
    Definition Classes
    SpecificRecordBase → Comparable
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    SpecificRecordBase → AnyRef → Any
  9. def get(arg0: Int): AnyRef
    Definition Classes
    RequiredNestedRecord → SpecificRecordBase → IndexedRecord
  10. def get(arg0: String): AnyRef
    Definition Classes
    SpecificRecordBase → GenericRecord
  11. def getBooleanField(): Boolean

    Gets the value of the 'boolean_field' field.

    Gets the value of the 'boolean_field' field.

    returns

    The value of the 'boolean_field' field.

  12. def getBytesField(): ByteBuffer

    Gets the value of the 'bytes_field' field.

    Gets the value of the 'bytes_field' field.

    returns

    The value of the 'bytes_field' field.

  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getConversion(arg0: String): Conversion[_ <: AnyRef]
    Definition Classes
    SpecificRecordBase
  15. def getConversion(arg0: Int): Conversion[_ <: AnyRef]
    Definition Classes
    SpecificRecordBase
  16. def getDoubleField(): Double

    Gets the value of the 'double_field' field.

    Gets the value of the 'double_field' field.

    returns

    The value of the 'double_field' field.

  17. def getEnumField(): ABTest

    Gets the value of the 'enum_field' field.

    Gets the value of the 'enum_field' field.

    returns

    The value of the 'enum_field' field.

  18. def getFixedField(): UUID

    Gets the value of the 'fixed_field' field.

    Gets the value of the 'fixed_field' field.

    returns

    The value of the 'fixed_field' field.

  19. def getFloatField(): Float

    Gets the value of the 'float_field' field.

    Gets the value of the 'float_field' field.

    returns

    The value of the 'float_field' field.

  20. def getIntField(): Integer

    Gets the value of the 'int_field' field.

    Gets the value of the 'int_field' field.

    returns

    The value of the 'int_field' field.

  21. def getLongField(): Long

    Gets the value of the 'long_field' field.

    Gets the value of the 'long_field' field.

    returns

    The value of the 'long_field' field.

  22. def getMapField(): Map[CharSequence, Integer]

    Gets the value of the 'map_field' field.

    Gets the value of the 'map_field' field.

    returns

    The value of the 'map_field' field.

  23. def getSchema(): Schema
    Definition Classes
    RequiredNestedRecord → SpecificRecordBase → GenericContainer
  24. def getStringField(): CharSequence

    Gets the value of the 'string_field' field.

    Gets the value of the 'string_field' field.

    returns

    The value of the 'string_field' field.

  25. def hashCode(): Int
    Definition Classes
    SpecificRecordBase → AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def put(arg0: Int, arg1: AnyRef): Unit
    Definition Classes
    RequiredNestedRecord → SpecificRecordBase → IndexedRecord
    Annotations
    @SuppressWarnings()
  31. def put(arg0: String, arg1: AnyRef): Unit
    Definition Classes
    SpecificRecordBase → GenericRecord
  32. def readExternal(in: ObjectInput): Unit
    Definition Classes
    RequiredNestedRecord → SpecificRecordBase → Externalizable
    Annotations
    @Override()
  33. def setBooleanField(value: Boolean): Unit

    Sets the value of the 'boolean_field' field.

    Sets the value of the 'boolean_field' field.

    value

    the value to set.

  34. def setBytesField(value: ByteBuffer): Unit

    Sets the value of the 'bytes_field' field.

    Sets the value of the 'bytes_field' field.

    value

    the value to set.

  35. def setDoubleField(value: Double): Unit

    Sets the value of the 'double_field' field.

    Sets the value of the 'double_field' field.

    value

    the value to set.

  36. def setEnumField(value: ABTest): Unit

    Sets the value of the 'enum_field' field.

    Sets the value of the 'enum_field' field.

    value

    the value to set.

  37. def setFixedField(value: UUID): Unit

    Sets the value of the 'fixed_field' field.

    Sets the value of the 'fixed_field' field.

    value

    the value to set.

  38. def setFloatField(value: Float): Unit

    Sets the value of the 'float_field' field.

    Sets the value of the 'float_field' field.

    value

    the value to set.

  39. def setIntField(value: Integer): Unit

    Sets the value of the 'int_field' field.

    Sets the value of the 'int_field' field.

    value

    the value to set.

  40. def setLongField(value: Long): Unit

    Sets the value of the 'long_field' field.

    Sets the value of the 'long_field' field.

    value

    the value to set.

  41. def setMapField(value: Map[CharSequence, Integer]): Unit

    Sets the value of the 'map_field' field.

    Sets the value of the 'map_field' field.

    value

    the value to set.

  42. def setStringField(value: CharSequence): Unit

    Sets the value of the 'string_field' field.

    Sets the value of the 'string_field' field.

    value

    the value to set.

  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toByteBuffer(): ByteBuffer

    Serializes this RequiredNestedRecord to a ByteBuffer.

  45. def toString(): String
    Definition Classes
    SpecificRecordBase → AnyRef → Any
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. def writeExternal(out: ObjectOutput): Unit
    Definition Classes
    RequiredNestedRecord → SpecificRecordBase → Externalizable
    Annotations
    @Override()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def getConverion(arg0: String): Conversion[_ <: AnyRef]
    Definition Classes
    SpecificRecordBase
    Annotations
    @Deprecated
    Deprecated

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