Uses of Interface
org.apache.flink.runtime.dispatcher.runner.DispatcherRunnerFactory
-
Packages that use DispatcherRunnerFactory Package Description org.apache.flink.runtime.dispatcher.runner org.apache.flink.runtime.entrypoint.component -
-
Uses of DispatcherRunnerFactory in org.apache.flink.runtime.dispatcher.runner
Classes in org.apache.flink.runtime.dispatcher.runner that implement DispatcherRunnerFactory Modifier and Type Class Description classDefaultDispatcherRunnerFactoryDispatcherRunnerFactoryimplementation which createsDefaultDispatcherRunnerinstances. -
Uses of DispatcherRunnerFactory in org.apache.flink.runtime.entrypoint.component
Constructors in org.apache.flink.runtime.entrypoint.component with parameters of type DispatcherRunnerFactory Constructor Description DefaultDispatcherResourceManagerComponentFactory(DispatcherRunnerFactory dispatcherRunnerFactory, ResourceManagerFactory<?> resourceManagerFactory, RestEndpointFactory<?> restEndpointFactory)
-