Packages

c

all_types.test

NativeComplete

class NativeComplete extends SpecificRecordBase with SpecificRecord

Autogenerated by Avro

DO NOT EDIT DIRECTLY

Linear Supertypes
SpecificRecordBase, Externalizable, Serializable, GenericRecord, Comparable[SpecificRecord], SpecificRecord, IndexedRecord, GenericContainer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NativeComplete
  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. All

Instance Constructors

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

  2. new NativeComplete()

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( ... ) @native()
  6. def compareTo(that: SpecificRecord): Int
    Definition Classes
    SpecificRecordBase → Comparable
  7. def customDecode(in: ResolvingDecoder): Unit
    Definition Classes
    NativeComplete → SpecificRecordBase
  8. def customEncode(out: Encoder): Unit
    Definition Classes
    NativeComplete → SpecificRecordBase
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(that: Any): Boolean
    Definition Classes
    SpecificRecordBase → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(arg0: Int): AnyRef
    Definition Classes
    NativeComplete → SpecificRecordBase → IndexedRecord
  13. def get(fieldName: String): AnyRef
    Definition Classes
    SpecificRecordBase → GenericRecord
  14. 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.

  15. def getBoolean$(): Boolean

    Gets the value of the 'boolean$' field.

    Gets the value of the 'boolean$' field.

    returns

    The value of the 'boolean$' field.

  16. def getBytes(): ByteBuffer

    Gets the value of the 'bytes' field.

    Gets the value of the 'bytes' field.

    returns

    The value of the 'bytes' field.

  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getConversion(fieldName: String): Conversion[_]
    Definition Classes
    SpecificRecordBase
  19. def getConversion(field: Int): Conversion[_]
    Definition Classes
    SpecificRecordBase
  20. def getDouble$(): Double

    Gets the value of the 'double$' field.

    Gets the value of the 'double$' field.

    returns

    The value of the 'double$' field.

  21. def getFixed(): Fixed

    Gets the value of the 'fixed' field.

    Gets the value of the 'fixed' field.

    returns

    The value of the 'fixed' field.

  22. def getFloat$(): Float

    Gets the value of the 'float$' field.

    Gets the value of the 'float$' field.

    returns

    The value of the 'float$' field.

  23. def getInt$(): Integer

    Gets the value of the 'int$' field.

    Gets the value of the 'int$' field.

    returns

    The value of the 'int$' field.

  24. def getLong$(): Long

    Gets the value of the 'long$' field.

    Gets the value of the 'long$' field.

    returns

    The value of the 'long$' field.

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

  26. def getSchema(): Schema
    Definition Classes
    NativeComplete → SpecificRecordBase → GenericContainer
  27. def getSpecificData(): SpecificData
    Definition Classes
    NativeComplete → SpecificRecordBase
  28. def getString(): CharSequence

    Gets the value of the 'string' field.

    Gets the value of the 'string' field.

    returns

    The value of the 'string' field.

  29. def hasCustomCoders(): Boolean
    Attributes
    protected[test]
    Definition Classes
    NativeComplete → SpecificRecordBase
  30. def hasField(key: String): Boolean
    Definition Classes
    GenericRecord
  31. def hashCode(): Int
    Definition Classes
    SpecificRecordBase → AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def put(arg0: Int, arg1: Any): Unit
    Definition Classes
    NativeComplete → SpecificRecordBase → IndexedRecord
  37. def put(fieldName: String, value: Any): Unit
    Definition Classes
    SpecificRecordBase → GenericRecord
  38. def readExternal(in: ObjectInput): Unit
    Definition Classes
    NativeComplete → SpecificRecordBase → Externalizable
  39. 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.

  40. def setBoolean$(value: Boolean): Unit

    Sets the value of the 'boolean$' field.

    Sets the value of the 'boolean$' field.

    value

    the value to set.

  41. def setBytes(value: ByteBuffer): Unit

    Sets the value of the 'bytes' field.

    Sets the value of the 'bytes' field.

    value

    the value to set.

  42. def setDouble$(value: Double): Unit

    Sets the value of the 'double$' field.

    Sets the value of the 'double$' field.

    value

    the value to set.

  43. def setFixed(value: Fixed): Unit

    Sets the value of the 'fixed' field.

    Sets the value of the 'fixed' field.

    value

    the value to set.

  44. def setFloat$(value: Float): Unit

    Sets the value of the 'float$' field.

    Sets the value of the 'float$' field.

    value

    the value to set.

  45. def setInt$(value: Integer): Unit

    Sets the value of the 'int$' field.

    Sets the value of the 'int$' field.

    value

    the value to set.

  46. def setLong$(value: Long): Unit

    Sets the value of the 'long$' field.

    Sets the value of the 'long$' field.

    value

    the value to set.

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

  48. def setString(value: CharSequence): Unit

    Sets the value of the 'string' field.

    Sets the value of the 'string' field.

    value

    the value to set.

  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. 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.IOException if this instance could not be serialized

  51. def toString(): String
    Definition Classes
    SpecificRecordBase → AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. def writeExternal(out: ObjectOutput): Unit
    Definition Classes
    NativeComplete → SpecificRecordBase → Externalizable

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