Uses of Interface
org.apache.flink.runtime.state.StateBackendBuilder
-
Packages that use StateBackendBuilder Package Description org.apache.flink.runtime.state 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 StateBackendBuilder in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement StateBackendBuilder Modifier and Type Class Description class
AbstractKeyedStateBackendBuilder<K>
An abstract base implementation of theStateBackendBuilder
interface.class
DefaultOperatorStateBackendBuilder
Builder class forDefaultOperatorStateBackend
which handles all necessary initializations and clean ups. -
Uses of StateBackendBuilder in org.apache.flink.runtime.state.heap
Classes in org.apache.flink.runtime.state.heap that implement StateBackendBuilder Modifier and Type Class Description class
HeapKeyedStateBackendBuilder<K>
Builder class forHeapKeyedStateBackend
which handles all necessary initializations and clean ups.
-