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.
InternalKvState.StateIncrementalVisitor<K,N,V>| Modifier and Type | Method and Description |
|---|---|
SV |
getInternal()
Get internally stored value.
|
void |
updateInternal(SV valueToStore)
Update internally stored value.
|
getKeySerializer, getNamespaceSerializer, getSerializedValue, getStateIncrementalVisitor, getValueSerializer, setCurrentNamespaceCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.