Packages

class TransformStateFunction[T] extends LatelyEvictableStateFunction[ValueWithContext[T], ValueWithContext[AnyRef], GenericState] with LazyParameterInterpreterFunction

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

Instance Constructors

  1. new TransformStateFunction(lazyParameterHelper: FlinkLazyParameterFunctionHelper, transformWhenParam: LazyParameter[Boolean], newValueParam: LazyParameter[AnyRef], stateTimeout: FiniteDuration)

Type Members

  1. abstract class Context extends AnyRef
    Definition Classes
    KeyedProcessFunction
  2. 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
    LazyParameterInterpreterFunction
  7. def collectHandlingErrors[T](context: api.Context, collector: Collector[T])(action: => T): Unit
    Definition Classes
    LazyParameterInterpreterFunction
  8. def collectIterableHandlingErrors[T](context: api.Context, collector: Collector[T])(action: => Iterable[T]): Unit
    Definition Classes
    LazyParameterInterpreterFunction
  9. def doMoveEvictionTime(time: Long, timeService: TimerService): Unit
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin → StateHolder
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def evictStates(): Unit
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  13. val exceptionHandler: ExceptionHandler
    Attributes
    protected
    Definition Classes
    LazyParameterInterpreterFunction
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. def getIterationRuntimeContext(): IterationRuntimeContext
    Definition Classes
    AbstractRichFunction → RichFunction
  16. def getRuntimeContext(): RuntimeContext
    Definition Classes
    AbstractRichFunction → RichFunction
  17. def handleOnTimer(timestamp: Long, timerService: TimerService): Unit
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  18. def handlingErrors[T](context: api.Context)(action: => T): Option[T]
    Definition Classes
    LazyParameterInterpreterFunction
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val latestEvictionTimeForKey: ValueState[Long]
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
    Annotations
    @transient()
  22. val lazyParameterHelper: FlinkLazyParameterFunctionHelper
    Attributes
    protected
    Definition Classes
    TransformStateFunction → LazyParameterInterpreterFunction
  23. def moveEvictionTime(offset: Long, ctx: Context): Unit
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunction
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. def onTimer(timestamp: Long, ctx: OnTimerContext, out: Collector[ValueWithContext[AnyRef]]): Unit
    Definition Classes
    LatelyEvictableStateFunction → KeyedProcessFunction
  28. def open(parameters: Configuration): Unit
    Definition Classes
    LazyParameterInterpreterFunction
  29. def open(arg0: OpenContext): Unit
    Definition Classes
    RichFunction
    Annotations
    @throws(classOf[java.lang.Exception])
  30. def processElement(keyWithContext: ValueWithContext[T], ctx: Context, out: Collector[ValueWithContext[AnyRef]]): Unit
    Definition Classes
    TransformStateFunction → KeyedProcessFunction
  31. def readState(): GenericState
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin → StateHolder
  32. def setRuntimeContext(arg0: RuntimeContext): Unit
    Definition Classes
    AbstractRichFunction → RichFunction
  33. val state: ValueState[GenericState]
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
    Annotations
    @transient()
  34. def stateDescriptor: ValueStateDescriptor[GenericState]
    Attributes
    protected
    Definition Classes
    TransformStateFunction → StateHolder
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val toEvaluateFunctionConverter: ToEvaluateFunctionConverter with AutoCloseable
    Attributes
    protected
    Definition Classes
    LazyParameterInterpreterFunction
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def updateState(stateValue: GenericState, stateValidity: Long, timeService: TimerService): Unit
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin → StateHolder
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. 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 LazyParameterInterpreterFunction

Inherited from LatelyEvictableStateFunction[ValueWithContext[T], ValueWithContext[AnyRef], GenericState]

Inherited from LatelyEvictableStateFunctionMixin[GenericState]

Inherited from StateHolder[GenericState]

Inherited from KeyedProcessFunction[String, ValueWithContext[T], ValueWithContext[AnyRef]]

Inherited from AbstractRichFunction

Inherited from RichFunction

Inherited from Function

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped