Uses of Class
org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
Packages that use DashboardConfiguration Package Description org.apache.flink.runtime.rest.handler.cluster org.apache.flink.runtime.rest.messages -
-
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 DashboardConfiguration Modifier and Type Method Description CompletableFuture<DashboardConfiguration>
DashboardConfigHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)
Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type DashboardConfiguration Constructor Description DashboardConfigHandler(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 DashboardConfiguration Modifier and Type Method Description static DashboardConfiguration
DashboardConfiguration. 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 Modifier and Type Method Description Class<DashboardConfiguration>
DashboardConfigurationHeaders. getResponseClass()
-