| Package | Description |
|---|---|
| org.apache.flink.runtime.entrypoint | |
| org.apache.flink.runtime.entrypoint.component |
| Modifier and Type | Method and Description |
|---|---|
protected DispatcherResourceManagerComponentFactory<?> |
StandaloneSessionClusterEntrypoint.createDispatcherResourceManagerComponentFactory(org.apache.flink.configuration.Configuration configuration) |
protected abstract DispatcherResourceManagerComponentFactory<?> |
ClusterEntrypoint.createDispatcherResourceManagerComponentFactory(org.apache.flink.configuration.Configuration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDispatcherResourceManagerComponentFactory<T extends Dispatcher,U extends RestfulGateway>
Abstract class which implements the creation of the
DispatcherResourceManagerComponent components. |
class |
JobDispatcherResourceManagerComponentFactory
DispatcherResourceManagerComponentFactory for a JobDispatcherResourceManagerComponent. |
class |
SessionDispatcherResourceManagerComponentFactory
DispatcherResourceManagerComponentFactory for a SessionDispatcherResourceManagerComponent. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.