| Package | Description |
|---|---|
| org.apache.flink.runtime.entrypoint.component | |
| org.apache.flink.runtime.resourcemanager |
| Modifier and Type | Method and Description |
|---|---|
protected DispatcherResourceManagerComponent<Dispatcher> |
SessionDispatcherResourceManagerComponentFactory.createDispatcherResourceManagerComponent(Dispatcher dispatcher,
ResourceManager<?> resourceManager,
LeaderRetrievalService dispatcherLeaderRetrievalService,
LeaderRetrievalService resourceManagerRetrievalService,
WebMonitorEndpoint<?> webMonitorEndpoint,
JobManagerMetricGroup jobManagerMetricGroup) |
protected DispatcherResourceManagerComponent<MiniDispatcher> |
JobDispatcherResourceManagerComponentFactory.createDispatcherResourceManagerComponent(MiniDispatcher dispatcher,
ResourceManager<?> resourceManager,
LeaderRetrievalService dispatcherLeaderRetrievalService,
LeaderRetrievalService resourceManagerRetrievalService,
WebMonitorEndpoint<?> webMonitorEndpoint,
JobManagerMetricGroup jobManagerMetricGroup) |
protected abstract DispatcherResourceManagerComponent<T> |
AbstractDispatcherResourceManagerComponentFactory.createDispatcherResourceManagerComponent(T dispatcher,
ResourceManager<?> resourceManager,
LeaderRetrievalService dispatcherLeaderRetrievalService,
LeaderRetrievalService resourceManagerRetrievalService,
WebMonitorEndpoint<?> webMonitorEndpoint,
JobManagerMetricGroup jobManagerMetricGroup) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneResourceManager
A standalone implementation of the resource manager.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceManager<ResourceID> |
StandaloneResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration,
ResourceID resourceId,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
HeartbeatServices heartbeatServices,
MetricRegistry metricRegistry,
FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl,
JobManagerMetricGroup jobManagerMetricGroup) |
ResourceManager<T> |
ResourceManagerFactory.createResourceManager(org.apache.flink.configuration.Configuration configuration,
ResourceID resourceId,
RpcService rpcService,
HighAvailabilityServices highAvailabilityServices,
HeartbeatServices heartbeatServices,
MetricRegistry metricRegistry,
FatalErrorHandler fatalErrorHandler,
ClusterInformation clusterInformation,
String webInterfaceUrl,
JobManagerMetricGroup jobManagerMetricGroup) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.