N
- The type of the namespaceIN
- Type of the value added to the state.OUT
- Type of the value extracted from the state.public interface InternalAggregatingState<N,IN,OUT> extends InternalMergingState<N,IN,OUT>, org.apache.flink.api.common.state.AggregatingState<IN,OUT>
AggregatingState
in the internal state type hierarchy.
See InternalKvState
for a description of the internal state hierarchy.
mergeNamespaces
getSerializedValue, setCurrentNamespace
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.