Packages

class TestRecord 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. TestRecord
  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 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

  2. new TestRecord()

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
    TestRecord → SpecificRecordBase → IndexedRecord
  10. def get(arg0: String): AnyRef
    Definition Classes
    SpecificRecordBase → GenericRecord
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getConversion(arg0: String): Conversion[_ <: AnyRef]
    Definition Classes
    SpecificRecordBase
  13. def getConversion(arg0: Int): Conversion[_ <: AnyRef]
    Definition Classes
    SpecificRecordBase
  14. 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.

  15. 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.

  16. 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.

  17. 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.

  18. 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.

  19. def getSchema(): Schema
    Definition Classes
    TestRecord → SpecificRecordBase → GenericContainer
  20. def hashCode(): Int
    Definition Classes
    SpecificRecordBase → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def put(arg0: Int, arg1: AnyRef): Unit
    Definition Classes
    TestRecord → SpecificRecordBase → IndexedRecord
    Annotations
    @SuppressWarnings()
  26. def put(arg0: String, arg1: AnyRef): Unit
    Definition Classes
    SpecificRecordBase → GenericRecord
  27. def readExternal(in: ObjectInput): Unit
    Definition Classes
    TestRecord → SpecificRecordBase → Externalizable
    Annotations
    @Override()
  28. 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.

  29. 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.

  30. 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.

  31. 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.

  32. 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.

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

    Serializes this TestRecord to a ByteBuffer.

  35. def toString(): String
    Definition Classes
    SpecificRecordBase → AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. def writeExternal(out: ObjectOutput): Unit
    Definition Classes
    TestRecord → 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