Class EmbeddedRocksDBStateBackend
java.lang.Object
org.apache.flink.runtime.state.AbstractStateBackend
org.apache.flink.runtime.state.AbstractManagedMemoryStateBackend
org.apache.flink.state.rocksdb.EmbeddedRocksDBStateBackend
org.apache.flink.contrib.streaming.state.EmbeddedRocksDBStateBackend
- All Implemented Interfaces:
Serializable,org.apache.flink.runtime.state.ConfigurableStateBackend,org.apache.flink.runtime.state.StateBackend
@Deprecated
@PublicEvolving
public class EmbeddedRocksDBStateBackend
extends EmbeddedRocksDBStateBackend
Deprecated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.state.rocksdb.EmbeddedRocksDBStateBackend
EmbeddedRocksDBStateBackend.PriorityQueueStateTypeNested classes/interfaces inherited from interface org.apache.flink.runtime.state.StateBackend
org.apache.flink.runtime.state.StateBackend.CustomInitializationMetrics, org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters<K extends Object>, org.apache.flink.runtime.state.StateBackend.OperatorStateBackendParameters -
Field Summary
Fields inherited from class org.apache.flink.runtime.state.AbstractStateBackend
latencyTrackingConfigBuilder -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.EmbeddedRocksDBStateBackend(boolean enableIncrementalCheckpointing) Deprecated.EmbeddedRocksDBStateBackend(org.apache.flink.util.TernaryBoolean enableIncrementalCheckpointing) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionconfigure(org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader) Deprecated.Creates a copy of this state backend that uses the values defined in the configuration for fields where that were not yet specified in this state backend.Methods inherited from class org.apache.flink.state.rocksdb.EmbeddedRocksDBStateBackend
createKeyedStateBackend, createOperatorStateBackend, getDbStoragePaths, getMemoryConfiguration, getNumberOfTransferThreads, getPredefinedOptions, getPriorityQueueStateType, getRocksDBOptions, getWriteBatchSize, isIncrementalCheckpointsEnabled, setDbStoragePath, setDbStoragePaths, setNumberOfTransferThreads, setPredefinedOptions, setPriorityQueueStateType, setRocksDBMemoryFactory, setRocksDBOptions, setWriteBatchSize, supportsNoClaimRestoreMode, supportsSavepointFormat, toStringMethods inherited from class org.apache.flink.runtime.state.AbstractManagedMemoryStateBackend
useManagedMemoryMethods inherited from class org.apache.flink.runtime.state.AbstractStateBackend
getCompressionDecoratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.flink.runtime.state.StateBackend
createAsyncKeyedStateBackend, getName, supportsAsyncKeyedStateBackend, useManagedMemory
-
Constructor Details
-
EmbeddedRocksDBStateBackend
public EmbeddedRocksDBStateBackend()Deprecated. -
EmbeddedRocksDBStateBackend
public EmbeddedRocksDBStateBackend(boolean enableIncrementalCheckpointing) Deprecated. -
EmbeddedRocksDBStateBackend
public EmbeddedRocksDBStateBackend(org.apache.flink.util.TernaryBoolean enableIncrementalCheckpointing) Deprecated.
-
-
Method Details
-
configure
public EmbeddedRocksDBStateBackend configure(org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader) Deprecated.Creates a copy of this state backend that uses the values defined in the configuration for fields where that were not yet specified in this state backend.- Specified by:
configurein interfaceorg.apache.flink.runtime.state.ConfigurableStateBackend- Overrides:
configurein classEmbeddedRocksDBStateBackend- Parameters:
config- The configuration.classLoader- The class loader.- Returns:
- The re-configured variant of the state backend
-
EmbeddedRocksDBStateBackend. Please use the one under the new package instead.