class NativeComplete extends SpecificRecordBase with SpecificRecord
Autogenerated by Avro
DO NOT EDIT DIRECTLY
- Alphabetic
- By Inheritance
- NativeComplete
- SpecificRecordBase
- Externalizable
- Serializable
- GenericRecord
- Comparable
- SpecificRecord
- IndexedRecord
- GenericContainer
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
NativeComplete(bytes: ByteBuffer, string: CharSequence, arg2: Integer, arg3: Long, arg4: Double, arg5: Float, arg6: Boolean, array: List[CharSequence], map: Map[CharSequence, List[Long]], fixed: Fixed)
All-args constructor.
All-args constructor.
- bytes
The new value for bytes
- string
The new value for string
- array
The new value for array
- map
The new value for map
- fixed
The new value for fixed
- new NativeComplete()
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
- NativeComplete → SpecificRecordBase
-
def
customEncode(out: Encoder): Unit
- Definition Classes
- NativeComplete → 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
- NativeComplete → SpecificRecordBase → IndexedRecord
-
def
get(fieldName: String): AnyRef
- Definition Classes
- SpecificRecordBase → GenericRecord
-
def
getArray(): List[CharSequence]
Gets the value of the 'array' field.
Gets the value of the 'array' field.
- returns
The value of the 'array' field.
-
def
getBoolean$(): Boolean
Gets the value of the 'boolean$' field.
Gets the value of the 'boolean$' field.
- returns
The value of the 'boolean$' field.
-
def
getBytes(): ByteBuffer
Gets the value of the 'bytes' field.
Gets the value of the 'bytes' field.
- returns
The value of the 'bytes' field.
-
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
getDouble$(): Double
Gets the value of the 'double$' field.
Gets the value of the 'double$' field.
- returns
The value of the 'double$' field.
-
def
getFixed(): Fixed
Gets the value of the 'fixed' field.
Gets the value of the 'fixed' field.
- returns
The value of the 'fixed' field.
-
def
getFloat$(): Float
Gets the value of the 'float$' field.
Gets the value of the 'float$' field.
- returns
The value of the 'float$' field.
-
def
getInt$(): Integer
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
getMap(): Map[CharSequence, List[Long]]
Gets the value of the 'map' field.
Gets the value of the 'map' field.
- returns
The value of the 'map' field.
-
def
getSchema(): Schema
- Definition Classes
- NativeComplete → SpecificRecordBase → GenericContainer
-
def
getSpecificData(): SpecificData
- Definition Classes
- NativeComplete → SpecificRecordBase
-
def
getString(): CharSequence
Gets the value of the 'string' field.
Gets the value of the 'string' field.
- returns
The value of the 'string' field.
-
def
hasCustomCoders(): Boolean
- Attributes
- protected[test]
- Definition Classes
- NativeComplete → 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
- NativeComplete → SpecificRecordBase → IndexedRecord
-
def
put(fieldName: String, value: Any): Unit
- Definition Classes
- SpecificRecordBase → GenericRecord
-
def
readExternal(in: ObjectInput): Unit
- Definition Classes
- NativeComplete → SpecificRecordBase → Externalizable
-
def
setArray(value: List[CharSequence]): Unit
Sets the value of the 'array' field.
Sets the value of the 'array' field.
- value
the value to set.
-
def
setBoolean$(value: Boolean): Unit
Sets the value of the 'boolean$' field.
Sets the value of the 'boolean$' field.
- value
the value to set.
-
def
setBytes(value: ByteBuffer): Unit
Sets the value of the 'bytes' field.
Sets the value of the 'bytes' field.
- value
the value to set.
-
def
setDouble$(value: Double): Unit
Sets the value of the 'double$' field.
Sets the value of the 'double$' field.
- value
the value to set.
-
def
setFixed(value: Fixed): Unit
Sets the value of the 'fixed' field.
Sets the value of the 'fixed' field.
- value
the value to set.
-
def
setFloat$(value: Float): Unit
Sets the value of the 'float$' field.
Sets the value of the 'float$' field.
- value
the value to set.
-
def
setInt$(value: Integer): 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.
-
def
setMap(value: Map[CharSequence, List[Long]]): Unit
Sets the value of the 'map' field.
Sets the value of the 'map' field.
- value
the value to set.
-
def
setString(value: CharSequence): Unit
Sets the value of the 'string' field.
Sets the value of the 'string' field.
- value
the value to set.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteBuffer(): ByteBuffer
Serializes this NativeComplete to a ByteBuffer.
Serializes this NativeComplete 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
- NativeComplete → SpecificRecordBase → Externalizable