class NullableNestedRecord extends SpecificRecordBase with SpecificRecord
Record for testing
- Annotations
- @SuppressWarnings() @AvroGenerated()
- Alphabetic
- By Inheritance
- NullableNestedRecord
- SpecificRecordBase
- Externalizable
- Serializable
- GenericRecord
- Comparable
- SpecificRecord
- IndexedRecord
- GenericContainer
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new NullableNestedRecord(int_field: Integer, long_field: Long, float_field: Float, double_field: Double, boolean_field: Boolean, string_field: CharSequence, upper_string_field: CharSequence, fixed_field: MD5, enum_field: Answer, 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
- upper_string_field
The new value for upper_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
- new NullableNestedRecord()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compareTo(arg0: SpecificRecord): Int
- Definition Classes
- SpecificRecordBase → Comparable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- SpecificRecordBase → AnyRef → Any
- def get(arg0: Int): AnyRef
- Definition Classes
- NullableNestedRecord → SpecificRecordBase → IndexedRecord
- def get(arg0: String): AnyRef
- Definition Classes
- SpecificRecordBase → GenericRecord
- 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.
- 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.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getConversion(arg0: String): Conversion[_ <: AnyRef]
- Definition Classes
- SpecificRecordBase
- def getConversion(arg0: Int): Conversion[_ <: AnyRef]
- Definition Classes
- SpecificRecordBase
- 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.
- def getEnumField(): Answer
Gets the value of the 'enum_field' field.
Gets the value of the 'enum_field' field.
- returns
The value of the 'enum_field' field.
- def getFixedField(): MD5
Gets the value of the 'fixed_field' field.
Gets the value of the 'fixed_field' field.
- returns
The value of the 'fixed_field' field.
- 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.
- 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.
- 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.
- 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.
- def getSchema(): Schema
- Definition Classes
- NullableNestedRecord → SpecificRecordBase → GenericContainer
- 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.
- def getUpperStringField(): CharSequence
Gets the value of the 'upper_string_field' field.
Gets the value of the 'upper_string_field' field.
- returns
The value of the 'upper_string_field' field.
- def hashCode(): Int
- Definition Classes
- SpecificRecordBase → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def put(arg0: Int, arg1: AnyRef): Unit
- Definition Classes
- NullableNestedRecord → SpecificRecordBase → IndexedRecord
- Annotations
- @SuppressWarnings()
- def put(arg0: String, arg1: AnyRef): Unit
- Definition Classes
- SpecificRecordBase → GenericRecord
- def readExternal(in: ObjectInput): Unit
- Definition Classes
- NullableNestedRecord → SpecificRecordBase → Externalizable
- Annotations
- @Override()
- 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.
- 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.
- 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.
- def setEnumField(value: Answer): Unit
Sets the value of the 'enum_field' field.
Sets the value of the 'enum_field' field.
- value
the value to set.
- def setFixedField(value: MD5): Unit
Sets the value of the 'fixed_field' field.
Sets the value of the 'fixed_field' field.
- value
the value to set.
- 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.
- 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.
- 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.
- 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.
- 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.
- def setUpperStringField(value: CharSequence): Unit
Sets the value of the 'upper_string_field' field.
Sets the value of the 'upper_string_field' field.
- value
the value to set.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteBuffer(): ByteBuffer
Serializes this NullableNestedRecord to a ByteBuffer.
- def toString(): String
- Definition Classes
- SpecificRecordBase → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writeExternal(out: ObjectOutput): Unit
- Definition Classes
- NullableNestedRecord → SpecificRecordBase → Externalizable
- Annotations
- @Override()