Uses of Class
org.apache.flink.runtime.rest.messages.DashboardConfiguration
Packages that use DashboardConfiguration
Package
Description
-
Uses of DashboardConfiguration in org.apache.flink.runtime.rest.handler.cluster
Methods in org.apache.flink.runtime.rest.handler.cluster that return types with arguments of type DashboardConfigurationModifier and TypeMethodDescriptionDashboardConfigHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type DashboardConfigurationModifierConstructorDescriptionDashboardConfigHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, DashboardConfiguration, EmptyMessageParameters> messageHeaders, long refreshInterval, boolean webSubmitEnabled, boolean webCancelEnabled, boolean webRescaleEnabled) -
Uses of DashboardConfiguration in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return DashboardConfigurationModifier and TypeMethodDescriptionstatic DashboardConfigurationDashboardConfiguration.from(long refreshInterval, ZonedDateTime zonedDateTime, boolean webSubmitEnabled, boolean webCancelEnabled, boolean webRescaleEnabled, boolean isHistoryServer) Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type DashboardConfiguration