class NativeSimpleOuter extends SpecificRecordBase with SpecificRecord
Autogenerated by Avro
DO NOT EDIT DIRECTLY
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NativeSimpleOuter
- SpecificRecordBase
- Externalizable
- Serializable
- GenericRecord
- Comparable
- SpecificRecord
- IndexedRecord
- GenericContainer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
- NativeSimpleOuter → SpecificRecordBase
-
def
customEncode(out: Encoder): Unit
- Definition Classes
- NativeSimpleOuter → 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
- NativeSimpleOuter → 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
getName(): CharSequence
Gets the value of the 'name' field.
Gets the value of the 'name' field.
- returns
The value of the 'name' field.
-
def
getNested(): Nested
Gets the value of the 'nested' field.
Gets the value of the 'nested' field.
- returns
The value of the 'nested' field.
-
def
getSchema(): Schema
- Definition Classes
- NativeSimpleOuter → SpecificRecordBase → GenericContainer
-
def
getSpecificData(): SpecificData
- Definition Classes
- NativeSimpleOuter → SpecificRecordBase
-
def
hasCustomCoders(): Boolean
- Attributes
- protected[test]
- Definition Classes
- NativeSimpleOuter → SpecificRecordBase
-
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
- NativeSimpleOuter → SpecificRecordBase → IndexedRecord
-
def
put(fieldName: String, value: Any): Unit
- Definition Classes
- SpecificRecordBase → GenericRecord
-
def
readExternal(in: ObjectInput): Unit
- Definition Classes
- NativeSimpleOuter → SpecificRecordBase → Externalizable
-
def
setName(value: CharSequence): Unit
Sets the value of the 'name' field.
Sets the value of the 'name' field.
- value
the value to set.
-
def
setNested(value: Nested): Unit
Sets the value of the 'nested' field.
Sets the value of the 'nested' field.
- value
the value to set.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteBuffer(): ByteBuffer
Serializes this NativeSimpleOuter to a ByteBuffer.
Serializes this NativeSimpleOuter 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
- NativeSimpleOuter → SpecificRecordBase → Externalizable