Uses of Class
org.apache.flink.runtime.asyncprocessing.declare.DeclaredVariable
Packages that use DeclaredVariable
Package
Description
-
Uses of DeclaredVariable in org.apache.flink.runtime.asyncprocessing.declare
Methods in org.apache.flink.runtime.asyncprocessing.declare that return DeclaredVariableModifier and TypeMethodDescription<T> DeclaredVariable<T>DeclarationContext.declareVariable(org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer, String name, Supplier<T> initialValue) Declare a variable that will keep value across callback with same context. -
Uses of DeclaredVariable in org.apache.flink.runtime.asyncprocessing.declare.state
Methods in org.apache.flink.runtime.asyncprocessing.declare.state with parameters of type DeclaredVariableModifier and TypeMethodDescriptionstatic <N,S extends org.apache.flink.api.common.state.v2.State>
SStateWithDeclaredNamespace.create(S state, DeclaredVariable<N> declaredNamespace) Constructors in org.apache.flink.runtime.asyncprocessing.declare.state with parameters of type DeclaredVariableModifierConstructorDescriptionStateWithDeclaredNamespace(InternalKeyedState<K, N, V> state, DeclaredVariable<N> declaredNamespace) -
Uses of DeclaredVariable in org.apache.flink.runtime.asyncprocessing.operators
Constructors in org.apache.flink.runtime.asyncprocessing.operators with parameters of type DeclaredVariableModifierConstructorDescriptionTimestampedCollectorWithDeclaredVariable(Output<StreamRecord<T>> output, DeclaredVariable<Long> timestamp) Creates a newTimestampedCollectorWithDeclaredVariablethat wraps the givenOutputand givenDeclaredVariablethat holds the timestamp. -
Uses of DeclaredVariable in org.apache.flink.runtime.asyncprocessing.operators.windowing
Fields in org.apache.flink.runtime.asyncprocessing.operators.windowing declared as DeclaredVariableModifier and TypeFieldDescriptionprotected final DeclaredVariable<W>AsyncWindowOperator.AbstractPerWindowStateStore.windowprotected DeclaredVariable<W>AsyncWindowOperator.Context.windowprotected final DeclaredVariable<W>AsyncWindowOperator.WindowContext.windowprotected DeclaredVariable<W>AsyncWindowOperator.windowDeclaredVariableConstructors in org.apache.flink.runtime.asyncprocessing.operators.windowing with parameters of type DeclaredVariableModifierConstructorDescriptionAbstractPerWindowStateStore(AsyncKeyedStateBackend<?> keyedStateBackend, org.apache.flink.api.common.ExecutionConfig executionConfig, DeclaredVariable<W> window) Context(DeclaredVariable<W> window) PerWindowStateStore(AsyncKeyedStateBackend<?> keyedStateBackend, org.apache.flink.api.common.ExecutionConfig executionConfig, DeclaredVariable<W> window) WindowContext(DeclaredVariable<W> window)