Uses of Class
org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
-
Uses of RestHandlerConfiguration in org.apache.flink.runtime.dispatcher
Constructors in org.apache.flink.runtime.dispatcher with parameters of type RestHandlerConfiguration Constructor Description DispatcherRestEndpoint(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 RestHandlerConfiguration Constructor Description MiniDispatcherRestEndpoint(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 RestHandlerConfiguration Modifier and Type Method Description static ExecutionGraphCache
RestEndpointFactory. createExecutionGraphCache(RestHandlerConfiguration restConfiguration)
-
Uses of RestHandlerConfiguration in org.apache.flink.runtime.rest.handler
Methods in org.apache.flink.runtime.rest.handler that return RestHandlerConfiguration Modifier and Type Method Description static RestHandlerConfiguration
RestHandlerConfiguration. 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 RestHandlerConfiguration Modifier and Type Field Description protected RestHandlerConfiguration
WebMonitorEndpoint. restConfiguration
Constructors in org.apache.flink.runtime.webmonitor with parameters of type RestHandlerConfiguration Constructor Description WebMonitorEndpoint(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)
-