Uses of Interface
org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponentFactory
-
Packages that use DispatcherResourceManagerComponentFactory Package Description org.apache.flink.runtime.entrypoint org.apache.flink.runtime.entrypoint.component org.apache.flink.runtime.minicluster -
-
Uses of DispatcherResourceManagerComponentFactory in org.apache.flink.runtime.entrypoint
Methods in org.apache.flink.runtime.entrypoint that return DispatcherResourceManagerComponentFactory Modifier and Type Method Description protected abstract DispatcherResourceManagerComponentFactoryClusterEntrypoint. createDispatcherResourceManagerComponentFactory(org.apache.flink.configuration.Configuration configuration) -
Uses of DispatcherResourceManagerComponentFactory in org.apache.flink.runtime.entrypoint.component
Classes in org.apache.flink.runtime.entrypoint.component that implement DispatcherResourceManagerComponentFactory Modifier and Type Class Description classDefaultDispatcherResourceManagerComponentFactoryAbstract class which implements the creation of theDispatcherResourceManagerComponentcomponents. -
Uses of DispatcherResourceManagerComponentFactory in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return DispatcherResourceManagerComponentFactory Modifier and Type Method Description protected DispatcherResourceManagerComponentFactoryMiniCluster. createDispatcherResourceManagerComponentFactory()
-