Uses of Class
org.apache.flink.runtime.state.AbstractKeyedStateBackendBuilder
Packages that use AbstractKeyedStateBackendBuilder
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of AbstractKeyedStateBackendBuilder in org.apache.flink.runtime.state.heap
Subclasses of AbstractKeyedStateBackendBuilder in org.apache.flink.runtime.state.heapModifier and TypeClassDescriptionclassBuilder class forHeapKeyedStateBackendwhich handles all necessary initializations and clean ups.