Class/Object

ai.chronon.online.serde

AvroCodec

Related Docs: object AvroCodec | package serde

Permalink

class AvroCodec extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AvroCodec
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AvroCodec(schemaStr: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val chrononSchema: DataType

    Permalink
  6. lazy val chrononSchemaClean: DataType

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  8. def decode(bytes: Array[Byte]): GenericRecord

    Permalink
  9. def decodeMap(bytes: Array[Byte]): Map[String, AnyRef]

    Permalink
  10. def decodeRow(bytes: Array[Byte], millis: Long, mutation: Boolean = false): ArrayRow

    Permalink
  11. def decodeRow(bytes: Array[Byte]): Array[Any]

    Permalink
  12. def decodeStructured(bytes: Array[Byte]): FeatureRecord

    Permalink

    Like decodeMap, but names fields at every nesting level instead of just the top level, so struct-typed values (and lists of structs) come back as FeatureRecords rather than bare positional arrays.

  13. def encode(row: Row): Array[Byte]

    Permalink
  14. def encode(valueMap: Map[String, AnyRef]): Array[Byte]

    Permalink
  15. def encodeArray(anyArray: Array[Any]): Array[Byte]

    Permalink
  16. def encodeBinary(record: GenericRecord): Array[Byte]

    Permalink
  17. def encodeJson(record: GenericRecord): String

    Permalink
  18. def encodeRecord(record: GenericRecord, reusableEncoder: Encoder): Array[Byte]

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. val fieldNames: Array[String]

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  28. lazy val schema: Schema

    Permalink
  29. lazy val schemaElems: Array[Field]

    Permalink
  30. val schemaStr: String

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped