<K,T,ACC,R,OUT> org.apache.flink.api.java.DataSet<OUT> |
EvictingWindowReader.aggregate(String uid,
org.apache.flink.api.common.functions.AggregateFunction<T,ACC,R> aggregateFunction,
WindowReaderFunction<R,OUT,K,W> readerFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
org.apache.flink.api.common.typeinfo.TypeInformation<T> inputType,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) |
Deprecated.
Reads window state generated using an AggregateFunction.
|
<K,T,ACC,R,OUT> org.apache.flink.streaming.api.datastream.DataStream<OUT> |
EvictingWindowSavepointReader.aggregate(String uid,
org.apache.flink.api.common.functions.AggregateFunction<T,ACC,R> aggregateFunction,
WindowReaderFunction<R,OUT,K,W> readerFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
org.apache.flink.api.common.typeinfo.TypeInformation<T> inputType,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) |
Reads window state generated using an AggregateFunction.
|
<K,T,ACC,R,OUT> org.apache.flink.api.java.operators.DataSource<OUT> |
WindowReader.aggregate(String uid,
org.apache.flink.api.common.functions.AggregateFunction<T,ACC,R> aggregateFunction,
WindowReaderFunction<R,OUT,K,W> readerFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
org.apache.flink.api.common.typeinfo.TypeInformation<ACC> accType,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) |
Deprecated.
Reads window state generated using an AggregateFunction.
|
<K,T,ACC,R,OUT> org.apache.flink.streaming.api.datastream.DataStream<OUT> |
WindowSavepointReader.aggregate(String uid,
org.apache.flink.api.common.functions.AggregateFunction<T,ACC,R> aggregateFunction,
WindowReaderFunction<R,OUT,K,W> readerFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
org.apache.flink.api.common.typeinfo.TypeInformation<ACC> accType,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) |
Reads window state generated using an AggregateFunction.
|
<K,T,OUT> org.apache.flink.api.java.DataSet<OUT> |
EvictingWindowReader.process(String uid,
WindowReaderFunction<T,OUT,K,W> readerFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
org.apache.flink.api.common.typeinfo.TypeInformation<T> stateType,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) |
Deprecated.
Reads window state generated without any preaggregation such as WindowedStream#apply
and WindowedStream#process.
|
<K,T,OUT> org.apache.flink.streaming.api.datastream.DataStream<OUT> |
EvictingWindowSavepointReader.process(String uid,
WindowReaderFunction<T,OUT,K,W> readerFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
org.apache.flink.api.common.typeinfo.TypeInformation<T> stateType,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) |
Reads window state generated without any preaggregation such as WindowedStream#apply
and WindowedStream#process.
|
<K,T,OUT> org.apache.flink.api.java.operators.DataSource<OUT> |
WindowReader.process(String uid,
WindowReaderFunction<T,OUT,K,W> readerFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
org.apache.flink.api.common.typeinfo.TypeInformation<T> stateType,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) |
Deprecated.
Reads window state generated without any preaggregation such as WindowedStream#apply
and WindowedStream#process.
|
<K,T,OUT> org.apache.flink.streaming.api.datastream.DataStream<OUT> |
WindowSavepointReader.process(String uid,
WindowReaderFunction<T,OUT,K,W> readerFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
org.apache.flink.api.common.typeinfo.TypeInformation<T> stateType,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) |
Reads window state generated without any preaggregation such as WindowedStream#apply
and WindowedStream#process.
|
<K,T,OUT> org.apache.flink.api.java.DataSet<OUT> |
EvictingWindowReader.reduce(String uid,
org.apache.flink.api.common.functions.ReduceFunction<T> function,
WindowReaderFunction<T,OUT,K,W> readerFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
org.apache.flink.api.common.typeinfo.TypeInformation<T> reduceType,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) |
Deprecated.
Reads window state generated using a ReduceFunction.
|
<K,T,OUT> org.apache.flink.streaming.api.datastream.DataStream<OUT> |
EvictingWindowSavepointReader.reduce(String uid,
org.apache.flink.api.common.functions.ReduceFunction<T> function,
WindowReaderFunction<T,OUT,K,W> readerFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
org.apache.flink.api.common.typeinfo.TypeInformation<T> reduceType,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) |
Reads window state generated using a ReduceFunction.
|
<K,T,OUT> org.apache.flink.api.java.operators.DataSource<OUT> |
WindowReader.reduce(String uid,
org.apache.flink.api.common.functions.ReduceFunction<T> function,
WindowReaderFunction<T,OUT,K,W> readerFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
org.apache.flink.api.common.typeinfo.TypeInformation<T> reduceType,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) |
Deprecated.
Reads window state generated using a ReduceFunction.
|
<K,T,OUT> org.apache.flink.streaming.api.datastream.DataStream<OUT> |
WindowSavepointReader.reduce(String uid,
org.apache.flink.api.common.functions.ReduceFunction<T> function,
WindowReaderFunction<T,OUT,K,W> readerFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<K> keyType,
org.apache.flink.api.common.typeinfo.TypeInformation<T> reduceType,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType) |
Reads window state generated using a ReduceFunction.
|