Package | Description |
---|---|
org.apache.flink.runtime.rest.handler.cluster | |
org.apache.flink.runtime.rest.messages |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<DashboardConfiguration> |
DashboardConfigHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
RestfulGateway gateway) |
Constructor and Description |
---|
DashboardConfigHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,DashboardConfiguration,EmptyMessageParameters> messageHeaders,
long refreshInterval,
boolean webSubmitEnabled,
boolean webCancelEnabled) |
Modifier and Type | Method and Description |
---|---|
static DashboardConfiguration |
DashboardConfiguration.from(long refreshInterval,
java.time.ZonedDateTime zonedDateTime,
boolean webSubmitEnabled,
boolean webCancelEnabled,
boolean isHistoryServer) |
Modifier and Type | Method and Description |
---|---|
Class<DashboardConfiguration> |
DashboardConfigurationHeaders.getResponseClass() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.