Packages

class UnionMemoFunction extends LatelyEvictableStateFunction[ValueWithContext[StringKeyedValue[Map[String, AnyRef]]], ValueWithContext[Map[String, AnyRef]], Map[String, AnyRef]]

Linear Supertypes
LatelyEvictableStateFunction[ValueWithContext[StringKeyedValue[Map[String, AnyRef]]], ValueWithContext[Map[String, AnyRef]], Map[String, AnyRef]], LatelyEvictableStateFunctionMixin[Map[String, AnyRef]], StateHolder[Map[String, AnyRef]], KeyedProcessFunction[String, ValueWithContext[StringKeyedValue[Map[String, AnyRef]]], ValueWithContext[Map[String, AnyRef]]], AbstractRichFunction, RichFunction, Function, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnionMemoFunction
  2. LatelyEvictableStateFunction
  3. LatelyEvictableStateFunctionMixin
  4. StateHolder
  5. KeyedProcessFunction
  6. AbstractRichFunction
  7. RichFunction
  8. Function
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UnionMemoFunction(stateTimeout: Duration, typeInfo: TypeInformation[Map[String, AnyRef]])

Type Members

  1. abstract class Context extends AnyRef
    Definition Classes
    KeyedProcessFunction
  2. type FlinkCtx = Context
  3. abstract class OnTimerContext extends Context
    Definition Classes
    KeyedProcessFunction

Abstract Value Members

  1. abstract object Context
    Definition Classes
    KeyedProcessFunction
  2. abstract object OnTimerContext
    Definition Classes
    KeyedProcessFunction

Concrete 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(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. def close(): Unit
    Definition Classes
    AbstractRichFunction → RichFunction
    Annotations
    @throws(classOf[java.lang.Exception])
  7. def doMoveEvictionTime(time: Long, timeService: TimerService): Unit
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin → StateHolder
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def evictStates(): Unit
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  12. def getIterationRuntimeContext(): IterationRuntimeContext
    Definition Classes
    AbstractRichFunction → RichFunction
  13. def getRuntimeContext(): RuntimeContext
    Definition Classes
    AbstractRichFunction → RichFunction
  14. def handleOnTimer(timestamp: Long, timerService: TimerService): Unit
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val latestEvictionTimeForKey: ValueState[Long]
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
    Annotations
    @transient()
  18. def moveEvictionTime(offset: Long, ctx: Context): Unit
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunction
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. def onTimer(timestamp: Long, ctx: OnTimerContext, out: Collector[ValueWithContext[Map[String, AnyRef]]]): Unit
    Definition Classes
    LatelyEvictableStateFunction → KeyedProcessFunction
  23. def open(parameters: Configuration): Unit
    Definition Classes
    LatelyEvictableStateFunctionMixin → RichFunction
  24. def open(arg0: OpenContext): Unit
    Definition Classes
    RichFunction
    Annotations
    @throws(classOf[java.lang.Exception])
  25. def processElement(valueWithCtx: ValueWithContext[StringKeyedValue[Map[String, AnyRef]]], ctx: FlinkCtx, out: Collector[ValueWithContext[Map[String, AnyRef]]]): Unit
    Definition Classes
    UnionMemoFunction → KeyedProcessFunction
  26. def readState(): Map[String, AnyRef]
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin → StateHolder
  27. def setRuntimeContext(arg0: RuntimeContext): Unit
    Definition Classes
    AbstractRichFunction → RichFunction
  28. val state: ValueState[Map[String, AnyRef]]
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
    Annotations
    @transient()
  29. def stateDescriptor: ValueStateDescriptor[Map[String, AnyRef]]
    Attributes
    protected
    Definition Classes
    UnionMemoFunction → StateHolder
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def updateState(stateValue: Map[String, AnyRef], stateValidity: Long, timeService: TimerService): Unit
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin → StateHolder
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from LatelyEvictableStateFunction[ValueWithContext[StringKeyedValue[Map[String, AnyRef]]], ValueWithContext[Map[String, AnyRef]], Map[String, AnyRef]]

Inherited from LatelyEvictableStateFunctionMixin[Map[String, AnyRef]]

Inherited from StateHolder[Map[String, AnyRef]]

Inherited from KeyedProcessFunction[String, ValueWithContext[StringKeyedValue[Map[String, AnyRef]]], ValueWithContext[Map[String, AnyRef]]]

Inherited from AbstractRichFunction

Inherited from RichFunction

Inherited from Function

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped