| Package | Description |
|---|---|
| org.apache.flink.api.common.state |
| Modifier and Type | Class and Description |
|---|---|
class |
StateDescriptor<S extends State,T>
Base class for state descriptors.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppendingState<IN,OUT>
Base interface for partitioned state that supports adding elements and inspecting the current
state.
|
interface |
FoldingState<T,ACC>
State interface for folding state. |
interface |
ListState<T>
State interface for partitioned list state in Operations. |
interface |
MergingState<IN,OUT>
Extension of
AppendingState that allows merging of state. |
interface |
OperatorState<T>
Deprecated.
OperatorState has been replaced by
ValueState. |
interface |
ReducingState<T>
State interface for reducing state. |
interface |
ValueState<T>
State interface for partitioned single-value state. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.