Class

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

TransformStateFunction

Related Doc: package transformer

Permalink

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. 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
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def close(): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin → StateHolder
  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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def getIterationRuntimeContext(): IterationRuntimeContext

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin → StateHolder
  34. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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