class Nested extends SpecificRecordBase with SpecificRecord
Autogenerated by Avro
DO NOT EDIT DIRECTLY
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Nested
- SpecificRecordBase
- Externalizable
- Serializable
- GenericRecord
- Comparable
- SpecificRecord
- IndexedRecord
- GenericContainer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native()
-
def
compareTo(that: SpecificRecord): Int
- Definition Classes
- SpecificRecordBase → Comparable
-
def
customDecode(in: ResolvingDecoder): Unit
- Definition Classes
- Nested → SpecificRecordBase
-
def
customEncode(out: Encoder): Unit
- Definition Classes
- Nested → SpecificRecordBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- SpecificRecordBase → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(arg0: Int): AnyRef
- Definition Classes
- Nested → SpecificRecordBase → IndexedRecord
-
def
get(fieldName: String): AnyRef
- Definition Classes
- SpecificRecordBase → GenericRecord
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getConversion(fieldName: String): Conversion[_]
- Definition Classes
- SpecificRecordBase
-
def
getConversion(field: Int): Conversion[_]
- Definition Classes
- SpecificRecordBase
-
def
getInt$(): Int
Gets the value of the 'int$' field.
Gets the value of the 'int$' field.
- returns
The value of the 'int$' field.
-
def
getLong$(): Long
Gets the value of the 'long$' field.
Gets the value of the 'long$' field.
- returns
The value of the 'long$' field.
-
def
getSchema(): Schema
- Definition Classes
- Nested → SpecificRecordBase → GenericContainer
-
def
getSpecificData(): SpecificData
- Definition Classes
- Nested → SpecificRecordBase
- def hasCustomCoders(): Boolean
-
def
hasField(key: String): Boolean
- Definition Classes
- GenericRecord
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
put(arg0: Int, arg1: Any): Unit
- Definition Classes
- Nested → SpecificRecordBase → IndexedRecord
-
def
put(fieldName: String, value: Any): Unit
- Definition Classes
- SpecificRecordBase → GenericRecord
-
def
readExternal(in: ObjectInput): Unit
- Definition Classes
- Nested → SpecificRecordBase → Externalizable
-
def
setInt$(value: Int): Unit
Sets the value of the 'int$' field.
Sets the value of the 'int$' field.
- value
the value to set.
-
def
setLong$(value: Long): Unit
Sets the value of the 'long$' field.
Sets the value of the 'long$' field.
- value
the value to set.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteBuffer(): ByteBuffer
Serializes this Nested to a ByteBuffer.
Serializes this Nested to a ByteBuffer.
- returns
a buffer holding the serialized data for this instance
- Exceptions thrown
java.io.IOExceptionif this instance could not be serialized
-
def
toString(): String
- Definition Classes
- SpecificRecordBase → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
writeExternal(out: ObjectOutput): Unit
- Definition Classes
- Nested → SpecificRecordBase → Externalizable