| Package | Description |
|---|---|
| org.apache.flink.state.api | |
| org.apache.flink.state.api.runtime | |
| org.apache.flink.state.api.runtime.metadata |
| Modifier and Type | Method and Description |
|---|---|
<ACC,R> BootstrapTransformation<T> |
WindowedOperatorTransformation.aggregate(org.apache.flink.api.common.functions.AggregateFunction<T,ACC,R> function)
Applies the given aggregation function to each window.
|
<ACC,R> BootstrapTransformation<T> |
WindowedOperatorTransformation.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> BootstrapTransformation<T> |
WindowedOperatorTransformation.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> BootstrapTransformation<T> |
WindowedOperatorTransformation.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> BootstrapTransformation<T> |
WindowedOperatorTransformation.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> BootstrapTransformation<T> |
WindowedOperatorTransformation.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.
|
<R> BootstrapTransformation<T> |
WindowedOperatorTransformation.apply(org.apache.flink.streaming.api.functions.windowing.WindowFunction<T,R,K,W> function)
Applies the given window function to each window.
|
<R> BootstrapTransformation<T> |
WindowedOperatorTransformation.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.
|
<R> BootstrapTransformation<T> |
WindowedOperatorTransformation.process(org.apache.flink.streaming.api.functions.windowing.ProcessWindowFunction<T,R,K,W> function)
Applies the given window function to each window.
|
BootstrapTransformation<T> |
WindowedOperatorTransformation.reduce(org.apache.flink.api.common.functions.ReduceFunction<T> function)
Applies a reduce function to the window.
|
<R> BootstrapTransformation<T> |
WindowedOperatorTransformation.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.
|
<R> BootstrapTransformation<T> |
WindowedOperatorTransformation.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.
|
BootstrapTransformation<T> |
OneInputOperatorTransformation.transform(BroadcastStateBootstrapFunction<T> processFunction)
Applies the given
BroadcastStateBootstrapFunction on the non-keyed input. |
BootstrapTransformation<T> |
KeyedOperatorTransformation.transform(KeyedStateBootstrapFunction<K,T> processFunction)
Applies the given
KeyedStateBootstrapFunction on the keyed input. |
BootstrapTransformation<T> |
OneInputOperatorTransformation.transform(SavepointWriterOperatorFactory factory)
Method for passing user defined operators along with the type information that will transform
the OperatorTransformation.
|
BootstrapTransformation<T> |
KeyedOperatorTransformation.transform(SavepointWriterOperatorFactory factory)
Method for passing user defined operators along with the type information that will transform
the OperatorTransformation.
|
BootstrapTransformation<T> |
OneInputOperatorTransformation.transform(StateBootstrapFunction<T> processFunction)
Applies the given
StateBootstrapFunction on the non-keyed input. |
| Modifier and Type | Method and Description |
|---|---|
<T> F |
WritableSavepoint.withOperator(String uid,
BootstrapTransformation<T> transformation)
Adds a new operator to the savepoint.
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapTransformation<T> |
BootstrapTransformationWithID.getBootstrapTransformation() |
| Constructor and Description |
|---|
BootstrapTransformationWithID(org.apache.flink.runtime.jobgraph.OperatorID operatorID,
BootstrapTransformation<T> bootstrapTransformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
SavepointMetadata.addOperator(String uid,
BootstrapTransformation<?> transformation) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.