Packages

package state

Type Members

  1. abstract class EvictableStateFunction[In, Out, StateType] extends KeyedProcessFunction[String, In, Out]
  2. abstract class LatelyEvictableStateCoFunction[In1, In2, Out, StateType] extends CoProcessFunction[In1, In2, Out] with LatelyEvictableStateFunctionMixin[StateType]
  3. abstract class LatelyEvictableStateFunction[In, Out, StateType] extends KeyedProcessFunction[String, In, Out] with LatelyEvictableStateFunctionMixin[StateType]
  4. trait LatelyEvictableStateFunctionMixin[StateType] extends RichFunction with StateHolder[StateType]
  5. trait StateHolder[StateType] extends AnyRef

Ungrouped