Uses of Class
org.apache.flink.runtime.state.heap.AbstractHeapState
-
Packages that use AbstractHeapState Package Description org.apache.flink.runtime.state.heap This package contains the classes for key/value state backends that store the state on the JVM heap as objects. -
-
Uses of AbstractHeapState in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap that return AbstractHeapState Modifier and Type Method Description protected AbstractHeapState<K,N,SV>AbstractHeapState. setDefaultValue(SV defaultValue)protected AbstractHeapState<K,N,SV>AbstractHeapState. setNamespaceSerializer(org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer)protected AbstractHeapState<K,N,SV>AbstractHeapState. setValueSerializer(org.apache.flink.api.common.typeutils.TypeSerializer<SV> valueSerializer)
-