| Package | Description |
|---|---|
| org.apache.flink.api.common.functions | |
| org.apache.flink.api.common.functions.util | |
| org.apache.flink.api.common.state |
| Modifier and Type | Method and Description |
|---|---|
<T,ACC> FoldingState<T,ACC> |
RuntimeContext.getFoldingState(FoldingStateDescriptor<T,ACC> stateProperties)
Deprecated.
will be removed in a future version in favor of
AggregatingState |
| Modifier and Type | Method and Description |
|---|---|
<T,ACC> FoldingState<T,ACC> |
AbstractRuntimeUDFContext.getFoldingState(FoldingStateDescriptor<T,ACC> stateProperties)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T,ACC> FoldingState<T,ACC> |
KeyedStateStore.getFoldingState(FoldingStateDescriptor<T,ACC> stateProperties)
Deprecated.
will be removed in a future version in favor of
AggregatingState |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.