| 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
|
| Modifier and Type | Method and Description |
|---|---|
<T,ACC> FoldingState<T,ACC> |
AbstractRuntimeUDFContext.getFoldingState(FoldingStateDescriptor<T,ACC> stateProperties) |
| Modifier and Type | Method and Description |
|---|---|
FoldingState<T,ACC> |
FoldingStateDescriptor.bind(StateBinder stateBinder)
Deprecated.
|
<T,ACC> FoldingState<T,ACC> |
StateBinder.createFoldingState(FoldingStateDescriptor<T,ACC> stateDesc)
Deprecated.
will be removed in a future version
|
<T,ACC> FoldingState<T,ACC> |
KeyedStateStore.getFoldingState(FoldingStateDescriptor<T,ACC> stateProperties)
Deprecated.
will be removed in a future version
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.