Uses of Class
org.apache.flink.runtime.state.memory.MemoryStateBackend
-
Packages that use MemoryStateBackend Package Description org.apache.flink.runtime.state.memory -
-
Uses of MemoryStateBackend in org.apache.flink.runtime.state.memory
Methods in org.apache.flink.runtime.state.memory that return MemoryStateBackend Modifier and Type Method Description MemoryStateBackendMemoryStateBackend. 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 specified in this state backend.MemoryStateBackendMemoryStateBackendFactory. createFromConfig(org.apache.flink.configuration.ReadableConfig config, ClassLoader classLoader)
-