Uses of Class
org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
Packages that use WebMonitorEndpoint Package Description org.apache.flink.runtime.dispatcher org.apache.flink.runtime.jobmaster org.apache.flink.runtime.rest -
-
Uses of WebMonitorEndpoint in org.apache.flink.runtime.dispatcher
Subclasses of WebMonitorEndpoint in org.apache.flink.runtime.dispatcher Modifier and Type Class Description classDispatcherRestEndpointREST endpoint for theDispatchercomponent. -
Uses of WebMonitorEndpoint in org.apache.flink.runtime.jobmaster
Subclasses of WebMonitorEndpoint in org.apache.flink.runtime.jobmaster Modifier and Type Class Description classMiniDispatcherRestEndpointREST endpoint for the ApplicationClusterEntryPoint. -
Uses of WebMonitorEndpoint in org.apache.flink.runtime.rest
Methods in org.apache.flink.runtime.rest that return WebMonitorEndpoint Modifier and Type Method Description WebMonitorEndpoint<RestfulGateway>ApplicationRestEndpointFactory. 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>RestEndpointFactory. 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<DispatcherGateway>SessionRestEndpointFactory. 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)
-