Class

pl.touk.nussknacker.engine.flink.util.transformer

TransformStateFunction

Related Doc: package transformer

Permalink

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

Linear Supertypes
LazyParameterInterpreterFunction, LatelyEvictableStateFunction[ValueWithContext[CharSequence], ValueWithContext[AnyRef], GenericState], LatelyEvictableStateFunctionMixin[GenericState], StateHolder[GenericState], KeyedProcessFunction[String, ValueWithContext[CharSequence], 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. All

Instance Constructors

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

    Permalink

Type Members

  1. abstract class Context extends AnyRef

    Permalink
    Definition Classes
    KeyedProcessFunction
  2. abstract class OnTimerContext extends Context

    Permalink
    Definition Classes
    KeyedProcessFunction

Abstract Value Members

  1. abstract object Context

    Permalink
    Definition Classes
    KeyedProcessFunction
  2. abstract object OnTimerContext

    Permalink
    Definition Classes
    KeyedProcessFunction

Concrete 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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit

    Permalink
    Definition Classes
    LazyParameterInterpreterFunction
  7. def doMoveEvictionTime(time: Long, timeService: TimerService): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def evictStates(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getIterationRuntimeContext(): IterationRuntimeContext

    Permalink
    Definition Classes
    AbstractRichFunction → RichFunction
  14. def getRuntimeContext(): RuntimeContext

    Permalink
    Definition Classes
    AbstractRichFunction → RichFunction
  15. def handleOnTimer(timestamp: Long, timerService: TimerService): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. var latestEvictionTimeForKey: ValueState[Long]

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  19. val lazyParameterHelper: FlinkLazyParameterFunctionHelper

    Permalink
    Attributes
    protected
    Definition Classes
    TransformStateFunction → LazyParameterInterpreterFunction
  20. var lazyParameterInterpreter: LazyParameterInterpreter

    Permalink
    Attributes
    protected
    Definition Classes
    LazyParameterInterpreterFunction
  21. def moveEvictionTime(offset: Long, ctx: Context): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunction
  22. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def onTimer(timestamp: Long, ctx: OnTimerContext, out: Collector[ValueWithContext[AnyRef]]): Unit

    Permalink
    Definition Classes
    LatelyEvictableStateFunction → KeyedProcessFunction
  26. def open(parameters: Configuration): Unit

    Permalink
    Definition Classes
    LazyParameterInterpreterFunction
  27. def processElement(keyWithContext: ValueWithContext[CharSequence], ctx: Context, out: Collector[ValueWithContext[AnyRef]]): Unit

    Permalink
    Definition Classes
    TransformStateFunction → KeyedProcessFunction
  28. def readState(): GenericState

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin → StateHolder
  29. def setRuntimeContext(arg0: RuntimeContext): Unit

    Permalink
    Definition Classes
    AbstractRichFunction → RichFunction
  30. var state: ValueState[GenericState]

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  31. def stateDescriptor: ValueStateDescriptor[GenericState]

    Permalink
    Attributes
    protected
    Definition Classes
    TransformStateFunction → StateHolder
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. def updateState(stateValue: GenericState, stateValidity: Long, timeService: TimerService): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin → StateHolder
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from LazyParameterInterpreterFunction

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

Inherited from LatelyEvictableStateFunctionMixin[GenericState]

Inherited from StateHolder[GenericState]

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

Inherited from AbstractRichFunction

Inherited from RichFunction

Inherited from Function

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped