Class DispatcherOperationCaches
java.lang.Object
org.apache.flink.runtime.dispatcher.DispatcherOperationCaches
- All Implemented Interfaces:
AutoCloseable,org.apache.flink.util.AutoCloseableAsync
public class DispatcherOperationCaches
extends Object
implements org.apache.flink.util.AutoCloseableAsync
Encapsulates caches for results of asynchronous operations triggered by the
Dispatcher.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.util.AutoCloseableAsync
close
-
Constructor Details
-
DispatcherOperationCaches
@VisibleForTesting public DispatcherOperationCaches() -
DispatcherOperationCaches
-
-
Method Details
-
getSavepointTriggerCache
-
getCheckpointTriggerCache
-
closeAsync
- Specified by:
closeAsyncin interfaceorg.apache.flink.util.AutoCloseableAsync
-