K - The type of key the state is associated toN - The type of the namespaceIN - The type of elements added to the stateSV - The type of elements in the stateOUT - The type of the resulting element in the statepublic interface InternalAppendingState<K,N,IN,SV,OUT> extends InternalKvState<K,N,SV>, org.apache.flink.api.common.state.AppendingState<IN,OUT>
AppendingState in the internal state type hierarchy.
See InternalKvState for a description of the internal state hierarchy.
getKeySerializer, getNamespaceSerializer, getSerializedValue, getValueSerializer, setCurrentNamespaceCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.