T - type of the RestfulGatewaypublic interface RestEndpointFactory<T extends RestfulGateway>
WebMonitorEndpoint factory.| Modifier and Type | Method and Description |
|---|---|
static ExecutionGraphCache |
createExecutionGraphCache(RestHandlerConfiguration restConfiguration) |
WebMonitorEndpoint<T> |
createRestEndpoint(org.apache.flink.configuration.Configuration configuration,
LeaderGatewayRetriever<DispatcherGateway> dispatcherGatewayRetriever,
LeaderGatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever,
TransientBlobService transientBlobService,
ScheduledExecutorService executor,
MetricFetcher metricFetcher,
LeaderElection leaderElection,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) |
WebMonitorEndpoint<T> createRestEndpoint(org.apache.flink.configuration.Configuration configuration, LeaderGatewayRetriever<DispatcherGateway> dispatcherGatewayRetriever, LeaderGatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) throws Exception
Exceptionstatic ExecutionGraphCache createExecutionGraphCache(RestHandlerConfiguration restConfiguration)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.