Uses of Interface
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor
-
Packages that use ComponentMainThreadExecutor Package Description org.apache.flink.runtime.concurrent org.apache.flink.runtime.rpc -
-
Uses of ComponentMainThreadExecutor in org.apache.flink.runtime.concurrent
Classes in org.apache.flink.runtime.concurrent that implement ComponentMainThreadExecutor Modifier and Type Class Description static classComponentMainThreadExecutor.DummyComponentMainThreadExecutorDummy implementation of ComponentMainThreadExecutor. -
Uses of ComponentMainThreadExecutor in org.apache.flink.runtime.rpc
Classes in org.apache.flink.runtime.rpc that implement ComponentMainThreadExecutor Modifier and Type Class Description protected static classRpcEndpoint.MainThreadExecutorExecutor which executes runnables in the main thread context.
-