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