class RepeatedRecord extends SpecificRecordBase with SpecificRecord
Record for testing
- Annotations
- @SuppressWarnings() @AvroGenerated()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RepeatedRecord
- SpecificRecordBase
- Externalizable
- Serializable
- GenericRecord
- Comparable
- SpecificRecord
- IndexedRecord
- GenericContainer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RepeatedRecord(nested_repeated_field: List[Integer], string_field: CharSequence)
All-args constructor.
All-args constructor.
- nested_repeated_field
The new value for nested_repeated_field
- string_field
The new value for string_field
- new RepeatedRecord()
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
- RepeatedRecord → 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 getNestedRepeatedField(): List[Integer]
Gets the value of the 'nested_repeated_field' field.
Gets the value of the 'nested_repeated_field' field.
- returns
The value of the 'nested_repeated_field' field.
- def getSchema(): Schema
- Definition Classes
- RepeatedRecord → 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 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
- RepeatedRecord → SpecificRecordBase → IndexedRecord
- Annotations
- @SuppressWarnings()
- def put(arg0: String, arg1: AnyRef): Unit
- Definition Classes
- SpecificRecordBase → GenericRecord
- def readExternal(in: ObjectInput): Unit
- Definition Classes
- RepeatedRecord → SpecificRecordBase → Externalizable
- Annotations
- @Override()
- def setNestedRepeatedField(value: List[Integer]): Unit
Sets the value of the 'nested_repeated_field' field.
Sets the value of the 'nested_repeated_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.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteBuffer(): ByteBuffer
Serializes this RepeatedRecord 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
- RepeatedRecord → SpecificRecordBase → Externalizable
- Annotations
- @Override()