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(Environment env, org.apache.flink.api.common.JobID jobID, String operatorIdentifier, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, int numberOfKeyGroups, KeyGroupRange keyGroupRange, TaskKvStateRegistry kvStateRegistry, TtlTimeProvider ttlTimeProvider, org.apache.flink.metrics.MetricGroup metricGroup, Collection<KeyedStateHandle> stateHandles, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry)Deprecated.OperatorStateBackendFsStateBackend. createOperatorStateBackend(Environment env, String operatorIdentifier, Collection<OperatorStateHandle> stateHandles, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry)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(Environment env, String operatorIdentifier, Collection<OperatorStateHandle> stateHandles, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry) -
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(Environment env, org.apache.flink.api.common.JobID jobID, String operatorIdentifier, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, int numberOfKeyGroups, KeyGroupRange keyGroupRange, TaskKvStateRegistry kvStateRegistry, TtlTimeProvider ttlTimeProvider, org.apache.flink.metrics.MetricGroup metricGroup, Collection<KeyedStateHandle> stateHandles, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry)Deprecated.
-