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.
This class has been moved to EmbeddedRocksDBStateBackend. Please use the one under the new package instead.
See Also:
  • 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:
      configure in interface org.apache.flink.runtime.state.ConfigurableStateBackend
      Overrides:
      configure in class EmbeddedRocksDBStateBackend
      Parameters:
      config - The configuration.
      classLoader - The class loader.
      Returns:
      The re-configured variant of the state backend