class TestRecord extends SpecificRecordBase with SpecificRecord
Record for testing
- Annotations
- @SuppressWarnings() @AvroGenerated()
- Alphabetic
- By Inheritance
- TestRecord
- SpecificRecordBase
- Externalizable
- Serializable
- GenericRecord
- Comparable
- SpecificRecord
- IndexedRecord
- GenericContainer
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TestRecord(nullable_fields: NullableNestedRecord, required_fields: RequiredNestedRecord, repeated_fields: RepeatedNestedRecord, nullable_nested_field: NullableNestedRecord, repeated_nested_field: List[NullableNestedRecord])
All-args constructor.
All-args constructor.
- nullable_fields
The new value for nullable_fields
- required_fields
The new value for required_fields
- repeated_fields
The new value for repeated_fields
- nullable_nested_field
The new value for nullable_nested_field
- repeated_nested_field
The new value for repeated_nested_field
- new TestRecord()
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
- TestRecord → SpecificRecordBase → IndexedRecord
- def get(arg0: String): AnyRef
- Definition Classes
- SpecificRecordBase → GenericRecord
- 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 getNullableFields(): NullableNestedRecord
Gets the value of the 'nullable_fields' field.
Gets the value of the 'nullable_fields' field.
- returns
The value of the 'nullable_fields' field.
- def getNullableNestedField(): NullableNestedRecord
Gets the value of the 'nullable_nested_field' field.
Gets the value of the 'nullable_nested_field' field.
- returns
The value of the 'nullable_nested_field' field.
- def getRepeatedFields(): RepeatedNestedRecord
Gets the value of the 'repeated_fields' field.
Gets the value of the 'repeated_fields' field.
- returns
The value of the 'repeated_fields' field.
- def getRepeatedNestedField(): List[NullableNestedRecord]
Gets the value of the 'repeated_nested_field' field.
Gets the value of the 'repeated_nested_field' field.
- returns
The value of the 'repeated_nested_field' field.
- def getRequiredFields(): RequiredNestedRecord
Gets the value of the 'required_fields' field.
Gets the value of the 'required_fields' field.
- returns
The value of the 'required_fields' field.
- def getSchema(): Schema
- Definition Classes
- TestRecord → SpecificRecordBase → GenericContainer
- 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
- TestRecord → SpecificRecordBase → IndexedRecord
- Annotations
- @SuppressWarnings()
- def put(arg0: String, arg1: AnyRef): Unit
- Definition Classes
- SpecificRecordBase → GenericRecord
- def readExternal(in: ObjectInput): Unit
- Definition Classes
- TestRecord → SpecificRecordBase → Externalizable
- Annotations
- @Override()
- def setNullableFields(value: NullableNestedRecord): Unit
Sets the value of the 'nullable_fields' field.
Sets the value of the 'nullable_fields' field.
- value
the value to set.
- def setNullableNestedField(value: NullableNestedRecord): Unit
Sets the value of the 'nullable_nested_field' field.
Sets the value of the 'nullable_nested_field' field.
- value
the value to set.
- def setRepeatedFields(value: RepeatedNestedRecord): Unit
Sets the value of the 'repeated_fields' field.
Sets the value of the 'repeated_fields' field.
- value
the value to set.
- def setRepeatedNestedField(value: List[NullableNestedRecord]): Unit
Sets the value of the 'repeated_nested_field' field.
Sets the value of the 'repeated_nested_field' field.
- value
the value to set.
- def setRequiredFields(value: RequiredNestedRecord): Unit
Sets the value of the 'required_fields' field.
Sets the value of the 'required_fields' field.
- value
the value to set.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteBuffer(): ByteBuffer
Serializes this TestRecord 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
- TestRecord → SpecificRecordBase → Externalizable
- Annotations
- @Override()