Class FileExecutionGraphInfoStore

java.lang.Object
org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
All Implemented Interfaces:
Closeable, AutoCloseable, ExecutionGraphInfoStore

public class FileExecutionGraphInfoStore extends Object implements ExecutionGraphInfoStore
Store for ExecutionGraphInfo instances. The store writes the archived execution graph information to disk and keeps the most recently used execution graphs in a memory cache for faster serving. Moreover, the stored execution graphs are periodically cleaned up.