| Package | Description |
|---|---|
| org.apache.flink.api.common.state |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatingStateDescriptor<IN,ACC,OUT>
A StateDescriptor for
AggregatingState. |
class |
FoldingStateDescriptor<T,ACC>
Deprecated.
will be removed in a future version in favor of
AggregatingStateDescriptor |
class |
ListStateDescriptor<T>
A
StateDescriptor for ListState. |
class |
MapStateDescriptor<UK,UV>
A
StateDescriptor for MapState. |
class |
ReducingStateDescriptor<T>
|
class |
ValueStateDescriptor<T>
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.