Class EmbeddedRocksDBStateBackendFactory
- java.lang.Object
-
- org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackendFactory
-
- All Implemented Interfaces:
StateBackendFactory<EmbeddedRocksDBStateBackend>
@Deprecated @PublicEvolving public class EmbeddedRocksDBStateBackendFactory extends Object implements StateBackendFactory<EmbeddedRocksDBStateBackend>
Deprecated.This class has been moved toEmbeddedRocksDBStateBackendFactory
. Please use the one under the new package instead.
-
-
Constructor Summary
Constructors Constructor Description EmbeddedRocksDBStateBackendFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description EmbeddedRocksDBStateBackend
createFromConfig(ReadableConfig config, ClassLoader classLoader)
Deprecated.Creates the state backend, optionally using the given configuration.
-
-
-
Method Detail
-
createFromConfig
public EmbeddedRocksDBStateBackend createFromConfig(ReadableConfig config, ClassLoader classLoader) throws IllegalConfigurationException
Deprecated.Description copied from interface:StateBackendFactory
Creates the state backend, optionally using the given configuration.- Specified by:
createFromConfig
in interfaceStateBackendFactory<EmbeddedRocksDBStateBackend>
- Parameters:
config
- The Flink configuration (loaded by the TaskManager).classLoader
- The class loader that should be used to load the state backend.- Returns:
- The created state backend.
- Throws:
IllegalConfigurationException
- If the configuration misses critical values, or specifies invalid values
-
-