Package

pl.touk.nussknacker.engine.flink.api

state

Permalink

package state

Visibility
  1. Public
  2. All

Type Members

  1. abstract class EvictableState[In, Out] extends AbstractStreamOperator[Out] with OneInputStreamOperator[In, Out] with Triggerable[String, String]

    Permalink
    Annotations
    @Deprecated
  2. abstract class EvictableStateFunction[In, Out, StateType] extends KeyedProcessFunction[String, In, Out]

    Permalink
  3. abstract class LatelyEvictableStateFunction[In, Out, StateType] extends KeyedProcessFunction[String, In, Out]

    Permalink
  4. abstract class RichEvictableState[T] extends RichEvictableStateGeneric[T, ValueWithContext[Any]]

    Permalink
    Annotations
    @Deprecated
  5. abstract class RichEvictableStateGeneric[T, OUT] extends EvictableState[InterpretationResult, OUT]

    Permalink
    Annotations
    @Deprecated
  6. abstract class TimestampedEvictableState[T] extends TimestampedEvictableStateGeneric[T, ValueWithContext[Any]]

    Permalink
    Annotations
    @Deprecated
  7. abstract class TimestampedEvictableStateFunction[In, Out, StateType] extends EvictableStateFunction[In, Out, MultiMap[Long, StateType]]

    Permalink
  8. abstract class TimestampedEvictableStateGeneric[T, OUT] extends RichEvictableStateGeneric[MultiMap[Long, T], OUT]

    Permalink
    Annotations
    @Deprecated
  9. trait WithExceptionHandler extends RichFunction

    Permalink

Ungrouped