package
state
Type Members
-
abstract
class
EvictableStateFunction[In, Out, StateType] extends KeyedProcessFunction[String, In, Out]
-
abstract
class
LatelyEvictableStateCoFunction[In1, In2, Out, StateType] extends CoProcessFunction[In1, In2, Out] with LatelyEvictableStateFunctionMixin[StateType]
-
abstract
class
LatelyEvictableStateFunction[In, Out, StateType] extends KeyedProcessFunction[String, In, Out] with LatelyEvictableStateFunctionMixin[StateType]
-
trait
LatelyEvictableStateFunctionMixin[StateType] extends RichFunction with StateHolder[StateType]
-
trait
StateHolder[StateType] extends AnyRef