| Package | Description |
|---|---|
| org.apache.flink.api.common.state |
| Modifier and Type | Method and Description |
|---|---|
AggregatingState<IN,OUT> |
AggregatingStateDescriptor.bind(StateBinder stateBinder) |
<IN,ACC,OUT> |
StateBinder.createAggregatingState(AggregatingStateDescriptor<IN,ACC,OUT> stateDesc)
Creates and returns a new
AggregatingState. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.