| Package | Description |
|---|---|
| org.apache.flink.api.common.functions | |
| org.apache.flink.api.common.operators.base | |
| org.apache.flink.api.common.state |
| Modifier and Type | Class and Description |
|---|---|
class |
RichReduceFunction<T>
Rich variant of the
ReduceFunction. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReduceOperatorBase<T,FT extends ReduceFunction<T>>
Base data flow operator for Reduce user-defined functions.
|
| Modifier and Type | Method and Description |
|---|---|
ReduceFunction<T> |
ReducingStateDescriptor.getReduceFunction()
Returns the reduce function to be used for the reducing state.
|
| Constructor and Description |
|---|
ReducingStateDescriptor(String name,
ReduceFunction<T> reduceFunction,
Class<T> typeClass)
Creates a new
ReducingStateDescriptor with the given name, type, and default value. |
ReducingStateDescriptor(String name,
ReduceFunction<T> reduceFunction,
TypeInformation<T> typeInfo)
Creates a new
ReducingStateDescriptor with the given name and default value. |
ReducingStateDescriptor(String name,
ReduceFunction<T> reduceFunction,
TypeSerializer<T> typeSerializer)
Creates a new
ValueStateDescriptor with the given name and default value. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.