Uses of Class
org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
Packages that use RestHandlerConfiguration
Package
Description
-
Uses of RestHandlerConfiguration in org.apache.flink.runtime.dispatcher
Constructors in org.apache.flink.runtime.dispatcher with parameters of type RestHandlerConfigurationModifierConstructorDescriptionDispatcherRestEndpoint(GatewayRetriever<DispatcherGateway> leaderRetriever, org.apache.flink.configuration.Configuration clusterConfiguration, RestHandlerConfiguration restConfiguration, GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, ExecutionGraphCache executionGraphCache, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) -
Uses of RestHandlerConfiguration in org.apache.flink.runtime.jobmaster
Constructors in org.apache.flink.runtime.jobmaster with parameters of type RestHandlerConfigurationModifierConstructorDescriptionMiniDispatcherRestEndpoint(GatewayRetriever<? extends RestfulGateway> leaderRetriever, org.apache.flink.configuration.Configuration clusterConfiguration, RestHandlerConfiguration restConfiguration, GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, ExecutionGraphCache executionGraphCache, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) -
Uses of RestHandlerConfiguration in org.apache.flink.runtime.rest
Methods in org.apache.flink.runtime.rest with parameters of type RestHandlerConfigurationModifier and TypeMethodDescriptionstatic ExecutionGraphCacheRestEndpointFactory.createExecutionGraphCache(RestHandlerConfiguration restConfiguration) -
Uses of RestHandlerConfiguration in org.apache.flink.runtime.rest.handler
Methods in org.apache.flink.runtime.rest.handler that return RestHandlerConfigurationModifier and TypeMethodDescriptionstatic RestHandlerConfigurationRestHandlerConfiguration.fromConfiguration(org.apache.flink.configuration.Configuration configuration) -
Uses of RestHandlerConfiguration in org.apache.flink.runtime.webmonitor
Fields in org.apache.flink.runtime.webmonitor declared as RestHandlerConfigurationModifier and TypeFieldDescriptionprotected final RestHandlerConfigurationWebMonitorEndpoint.restConfigurationConstructors in org.apache.flink.runtime.webmonitor with parameters of type RestHandlerConfigurationModifierConstructorDescriptionWebMonitorEndpoint(GatewayRetriever<? extends T> leaderRetriever, org.apache.flink.configuration.Configuration clusterConfiguration, RestHandlerConfiguration restConfiguration, GatewayRetriever<ResourceManagerGateway> resourceManagerRetriever, TransientBlobService transientBlobService, ScheduledExecutorService executor, MetricFetcher metricFetcher, LeaderElection leaderElection, ExecutionGraphCache executionGraphCache, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler)