| Package | Description |
|---|---|
| org.apache.flink.api.common.state |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregatingState<IN,OUT>
State interface for aggregating state, based on an
AggregateFunction. |
interface |
ListState<T>
State interface for partitioned list state in Operations. |
interface |
ReducingState<T>
State interface for reducing state. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.