Uses of Class
org.apache.flink.state.api.StateBootstrapTransformation
Packages that use StateBootstrapTransformation
Package
Description
-
Uses of StateBootstrapTransformation in org.apache.flink.state.api
Methods in org.apache.flink.state.api that return StateBootstrapTransformationModifier and TypeMethodDescription<ACC,R> StateBootstrapTransformation<T> WindowedStateTransformation.aggregate(org.apache.flink.api.common.functions.AggregateFunction<T, ACC, R> function) Applies the given aggregation function to each window.<ACC,R> StateBootstrapTransformation<T> WindowedStateTransformation.aggregate(org.apache.flink.api.common.functions.AggregateFunction<T, ACC, R> function, org.apache.flink.api.common.typeinfo.TypeInformation<ACC> accumulatorType) Applies the given aggregation function to each window.<ACC,V, R> StateBootstrapTransformation<T> WindowedStateTransformation.aggregate(org.apache.flink.api.common.functions.AggregateFunction<T, ACC, V> aggFunction, org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<V, R, K, W> windowFunction) Applies the given window function to each window.<ACC,V, R> StateBootstrapTransformation<T> WindowedStateTransformation.aggregate(org.apache.flink.api.common.functions.AggregateFunction<T, ACC, V> aggregateFunction, org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<V, R, K, W> windowFunction, org.apache.flink.api.common.typeinfo.TypeInformation<ACC> accumulatorType) Applies the given window function to each window.<ACC,V, R> StateBootstrapTransformation<T> WindowedStateTransformation.aggregate(org.apache.flink.api.common.functions.AggregateFunction<T, ACC, V> aggFunction, org.apache.flink.streaming.api.functions.windowing.WindowFunction<V, R, K, W> windowFunction) Applies the given window function to each window.<ACC,V, R> StateBootstrapTransformation<T> WindowedStateTransformation.aggregate(org.apache.flink.api.common.functions.AggregateFunction<T, ACC, V> aggregateFunction, org.apache.flink.streaming.api.functions.windowing.WindowFunction<V, R, K, W> windowFunction, org.apache.flink.api.common.typeinfo.TypeInformation<ACC> accumulatorType) Applies the given window function to each window.WindowedStateTransformation.apply(org.apache.flink.streaming.api.functions.windowing.WindowFunction<T, R, K, W> function) Applies the given window function to each window.WindowedStateTransformation.apply(org.apache.flink.streaming.api.functions.windowing.WindowFunction<T, R, K, W> function, org.apache.flink.api.common.typeinfo.TypeInformation<R> resultType) Applies the given window function to each window.WindowedStateTransformation.process(org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<T, R, K, W> function) Applies the given window function to each window.WindowedStateTransformation.reduce(org.apache.flink.api.common.functions.ReduceFunction<T> function) Applies a reduce function to the window.WindowedStateTransformation.reduce(org.apache.flink.api.common.functions.ReduceFunction<T> reduceFunction, org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<T, R, K, W> function) Applies the given window function to each window.WindowedStateTransformation.reduce(org.apache.flink.api.common.functions.ReduceFunction<T> reduceFunction, org.apache.flink.streaming.api.functions.windowing.WindowFunction<T, R, K, W> function) Applies the given window function to each window.KeyedStateTransformation.transform(KeyedStateBootstrapFunction<K, T> processFunction) Applies the givenKeyedStateBootstrapFunctionon the keyed input.KeyedStateTransformation.transform(SavepointWriterOperatorFactory factory) Method for passing user defined operators along with the type information that will transform the OperatorTransformation.OneInputStateTransformation.transform(BroadcastStateBootstrapFunction<T> processFunction) Applies the givenBroadcastStateBootstrapFunctionon the non-keyed input.OneInputStateTransformation.transform(StateBootstrapFunction<T> processFunction) Applies the givenStateBootstrapFunctionon the non-keyed input.OneInputStateTransformation.transform(SavepointWriterOperatorFactory factory) Method for passing user defined operators along with the type information that will transform the OperatorTransformation.Methods in org.apache.flink.state.api with parameters of type StateBootstrapTransformationModifier and TypeMethodDescription<T> SavepointWriterSavepointWriter.withOperator(OperatorIdentifier identifier, StateBootstrapTransformation<T> transformation) Adds a new operator to the savepoint. -
Uses of StateBootstrapTransformation in org.apache.flink.state.api.runtime
Methods in org.apache.flink.state.api.runtime that return StateBootstrapTransformationModifier and TypeMethodDescriptionStateBootstrapTransformationWithID.getBootstrapTransformation()Constructors in org.apache.flink.state.api.runtime with parameters of type StateBootstrapTransformationModifierConstructorDescriptionStateBootstrapTransformationWithID(OperatorIdentifier operatorIdentifier, StateBootstrapTransformation<T> bootstrapTransformation) -
Uses of StateBootstrapTransformation in org.apache.flink.state.api.runtime.metadata
Methods in org.apache.flink.state.api.runtime.metadata with parameters of type StateBootstrapTransformationModifier and TypeMethodDescriptionvoidSavepointMetadataV2.addOperator(OperatorIdentifier identifier, StateBootstrapTransformation<?> transformation)