Class MemoryExecutionGraphInfoStore

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

public class MemoryExecutionGraphInfoStore extends Object implements ExecutionGraphInfoStore
ExecutionGraphInfoStore implementation which stores the ArchivedExecutionGraph in memory. The memory store support to keep maximum job graphs and remove the timeout ones.