Class EmbeddedRocksDBStateBackend

    • Constructor Detail

      • EmbeddedRocksDBStateBackend

        public EmbeddedRocksDBStateBackend()
        Deprecated.
      • EmbeddedRocksDBStateBackend

        public EmbeddedRocksDBStateBackend​(boolean enableIncrementalCheckpointing)
        Deprecated.
      • EmbeddedRocksDBStateBackend

        public EmbeddedRocksDBStateBackend​(org.apache.flink.util.TernaryBoolean enableIncrementalCheckpointing)
        Deprecated.
    • Method Detail

      • 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