K - The type of key the state is associated toN - The type of the namespaceT - Type of the values folded into the stateACC - Type of the value in the state@Deprecated public interface InternalFoldingState<K,N,T,ACC> extends InternalAppendingState<K,N,T,ACC,ACC>, org.apache.flink.api.common.state.FoldingState<T,ACC>
FoldingState in the internal state type hierarchy.
See InternalKvState for a description of the internal state hierarchy.
getInternal, updateInternalgetKeySerializer, getNamespaceSerializer, getSerializedValue, getValueSerializer, setCurrentNamespaceCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.