| Package | Description |
|---|---|
| org.apache.flink.runtime.dispatcher | |
| org.apache.flink.runtime.entrypoint.component | |
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.rest |
| Modifier and Type | Class and Description |
|---|---|
class |
DispatcherRestEndpoint
REST endpoint for the
Dispatcher component. |
| Modifier and Type | Method and Description |
|---|---|
WebMonitorEndpoint<?> |
DispatcherResourceManagerComponent.getWebMonitorEndpoint() |
| 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 |
MiniDispatcherRestEndpoint
REST endpoint for the
JobClusterEntrypoint. |
| Modifier and Type | Method and Description |
|---|---|
WebMonitorEndpoint<DispatcherGateway> |
SessionRestEndpointFactory.createRestEndpoint(org.apache.flink.configuration.Configuration configuration,
LeaderGatewayRetriever<DispatcherGateway> dispatcherGatewayRetriever,
LeaderGatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
TransientBlobService transientBlobService,
ExecutorService executor,
MetricQueryServiceRetriever metricQueryServiceRetriever,
LeaderElectionService leaderElectionService,
FatalErrorHandler fatalErrorHandler) |
WebMonitorEndpoint<T> |
RestEndpointFactory.createRestEndpoint(org.apache.flink.configuration.Configuration configuration,
LeaderGatewayRetriever<DispatcherGateway> dispatcherGatewayRetriever,
LeaderGatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
TransientBlobService transientBlobService,
ExecutorService executor,
MetricQueryServiceRetriever metricQueryServiceRetriever,
LeaderElectionService leaderElectionService,
FatalErrorHandler fatalErrorHandler) |
WebMonitorEndpoint<RestfulGateway> |
JobRestEndpointFactory.createRestEndpoint(org.apache.flink.configuration.Configuration configuration,
LeaderGatewayRetriever<DispatcherGateway> dispatcherGatewayRetriever,
LeaderGatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
TransientBlobService transientBlobService,
ExecutorService executor,
MetricQueryServiceRetriever metricQueryServiceRetriever,
LeaderElectionService leaderElectionService,
FatalErrorHandler fatalErrorHandler) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.