Uses of Class
org.apache.flink.runtime.state.AbstractKeyedStateBackendBuilder
-
Packages that use AbstractKeyedStateBackendBuilder 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 AbstractKeyedStateBackendBuilder in org.apache.flink.runtime.state.heap
Subclasses of AbstractKeyedStateBackendBuilder in org.apache.flink.runtime.state.heap Modifier and Type Class Description class
HeapKeyedStateBackendBuilder<K>
Builder class forHeapKeyedStateBackend
which handles all necessary initializations and clean ups.
-