Packages

c

ai.chronon.flink

AvroCodecFn

case class AvroCodecFn[T](groupByServingInfoParsed: GroupByServingInfoParsed) extends RichFlatMapFunction[Map[String, Any], PutRequest] with Product with Serializable

A Flink function that is responsible for converting the Spark expr eval output and converting that to a form that can be written out to the KV store (PutRequest object)

T

The input data type

groupByServingInfoParsed

The GroupBy we are working with

Linear Supertypes
Serializable, Product, Equals, RichFlatMapFunction[Map[String, Any], PutRequest], FlatMapFunction[Map[String, Any], PutRequest], AbstractRichFunction, RichFunction, Function, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AvroCodecFn
  2. Serializable
  3. Product
  4. Equals
  5. RichFlatMapFunction
  6. FlatMapFunction
  7. AbstractRichFunction
  8. RichFunction
  9. Function
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AvroCodecFn(groupByServingInfoParsed: GroupByServingInfoParsed)

    groupByServingInfoParsed

    The GroupBy we are working with

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. var avroConversionErrorCounter: Counter
    Attributes
    protected
  6. def avroConvertMapToPutRequest(in: Map[String, Any]): PutRequest
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def close(): Unit
    Definition Classes
    AvroCodecFn → AbstractRichFunction → RichFunction
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val extraneousRecord: (Any) ⇒ Array[Any]
    Attributes
    protected
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def flatMap(value: Map[String, Any], out: Collector[PutRequest]): Unit
    Definition Classes
    AvroCodecFn → RichFlatMapFunction → FlatMapFunction
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getIterationRuntimeContext(): IterationRuntimeContext
    Definition Classes
    AbstractRichFunction → RichFunction
  15. def getRuntimeContext(): RuntimeContext
    Definition Classes
    AbstractRichFunction → RichFunction
  16. val groupByServingInfoParsed: GroupByServingInfoParsed
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val keyColumns: Array[String]
    Attributes
    protected
  19. val keyToBytes: (Any) ⇒ Array[Byte]
    Attributes
    protected
  20. lazy val logger: Logger
    Annotations
    @transient()
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def open(configuration: Configuration): Unit
    Definition Classes
    AvroCodecFn → AbstractRichFunction → RichFunction
  25. val query: Query
    Attributes
    protected
  26. def setRuntimeContext(arg0: RuntimeContext): Unit
    Definition Classes
    AbstractRichFunction → RichFunction
  27. val streamingDataset: String
    Attributes
    protected
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. val timeColumn: String
    Attributes
    protected
  30. val timeColumnAlias: String
    Attributes
    protected
  31. val valueColumns: Array[String]
    Attributes
    protected
  32. val valueToBytes: (Any) ⇒ Array[Byte]
    Attributes
    protected
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RichFlatMapFunction[Map[String, Any], PutRequest]

Inherited from FlatMapFunction[Map[String, Any], PutRequest]

Inherited from AbstractRichFunction

Inherited from RichFunction

Inherited from Function

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped