Uses of Interface
org.apache.flink.runtime.state.StateBackendBuilder
Packages that use StateBackendBuilder
Package
Description
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 StateBackendBuilderModifier and TypeClassDescriptionclassAn abstract base implementation of theStateBackendBuilderinterface.classBuilder class forDefaultOperatorStateBackendwhich 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 StateBackendBuilderModifier and TypeClassDescriptionclassBuilder class forHeapKeyedStateBackendwhich handles all necessary initializations and clean ups.