Uses of Class
org.apache.flink.runtime.state.BackendBuildingException
-
Packages that use BackendBuildingException Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.filesystem org.apache.flink.runtime.state.hashmap 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.org.apache.flink.runtime.state.memory -
-
Uses of BackendBuildingException in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that throw BackendBuildingException Modifier and Type Method Description DefaultOperatorStateBackendDefaultOperatorStateBackendBuilder. build() -
Uses of BackendBuildingException in org.apache.flink.runtime.state.filesystem
Methods in org.apache.flink.runtime.state.filesystem that throw BackendBuildingException Modifier and Type Method Description <K> AbstractKeyedStateBackend<K>FsStateBackend. createKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K> parameters)Deprecated.OperatorStateBackendFsStateBackend. createOperatorStateBackend(StateBackend.OperatorStateBackendParameters parameters)Deprecated. -
Uses of BackendBuildingException in org.apache.flink.runtime.state.hashmap
Methods in org.apache.flink.runtime.state.hashmap that throw BackendBuildingException Modifier and Type Method Description OperatorStateBackendHashMapStateBackend. createOperatorStateBackend(StateBackend.OperatorStateBackendParameters parameters) -
Uses of BackendBuildingException in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap that throw BackendBuildingException Modifier and Type Method Description HeapKeyedStateBackend<K>HeapKeyedStateBackendBuilder. build() -
Uses of BackendBuildingException in org.apache.flink.runtime.state.memory
Methods in org.apache.flink.runtime.state.memory that throw BackendBuildingException Modifier and Type Method Description <K> AbstractKeyedStateBackend<K>MemoryStateBackend. createKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K> parameters)Deprecated.
-