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 ExecutionGraphCacheRestEndpointFactory. 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 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 RestHandlerConfiguration Modifier and Type Field Description protected RestHandlerConfigurationWebMonitorEndpoint. restConfigurationConstructors 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)
-