Class MemoryStateBackendFactory

    • Constructor Detail

      • MemoryStateBackendFactory

        public MemoryStateBackendFactory()
    • Method Detail

      • createFromConfig

        public MemoryStateBackend createFromConfig​(org.apache.flink.configuration.ReadableConfig config,
                                                   ClassLoader classLoader)
        Description copied from interface: StateBackendFactory
        Creates the state backend, optionally using the given configuration.
        Specified by:
        createFromConfig in interface StateBackendFactory<MemoryStateBackend>
        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.