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
Ordering
- Alphabetic
- By Inheritance
Inherited
- AvroCodecFn
- Serializable
- Product
- Equals
- RichFlatMapFunction
- FlatMapFunction
- AbstractRichFunction
- RichFunction
- Function
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
AvroCodecFn(groupByServingInfoParsed: GroupByServingInfoParsed)
- groupByServingInfoParsed
The GroupBy we are working with
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
-
var
avroConversionErrorCounter: Counter
- Attributes
- protected
- def avroConvertMapToPutRequest(in: Map[String, Any]): PutRequest
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- AvroCodecFn → AbstractRichFunction → RichFunction
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
extraneousRecord: (Any) ⇒ Array[Any]
- Attributes
- protected
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flatMap(value: Map[String, Any], out: Collector[PutRequest]): Unit
- Definition Classes
- AvroCodecFn → RichFlatMapFunction → FlatMapFunction
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getIterationRuntimeContext(): IterationRuntimeContext
- Definition Classes
- AbstractRichFunction → RichFunction
-
def
getRuntimeContext(): RuntimeContext
- Definition Classes
- AbstractRichFunction → RichFunction
- val groupByServingInfoParsed: GroupByServingInfoParsed
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
keyColumns: Array[String]
- Attributes
- protected
-
val
keyToBytes: (Any) ⇒ Array[Byte]
- Attributes
- protected
-
lazy val
logger: Logger
- Annotations
- @transient()
-
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
open(configuration: Configuration): Unit
- Definition Classes
- AvroCodecFn → AbstractRichFunction → RichFunction
-
val
query: Query
- Attributes
- protected
-
def
setRuntimeContext(arg0: RuntimeContext): Unit
- Definition Classes
- AbstractRichFunction → RichFunction
-
val
streamingDataset: String
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
timeColumn: String
- Attributes
- protected
-
val
timeColumnAlias: String
- Attributes
- protected
-
val
valueColumns: Array[String]
- Attributes
- protected
-
val
valueToBytes: (Any) ⇒ Array[Byte]
- Attributes
- protected
-
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()