| Package | Description |
|---|---|
| org.apache.flink.runtime.rest.handler.cluster | |
| org.apache.flink.runtime.rest.messages |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<ClusterConfigurationInfo> |
ClusterConfigHandler.handleRequest(HandlerRequest<EmptyRequestBody,EmptyMessageParameters> request,
RestfulGateway gateway) |
| Constructor and Description |
|---|
ClusterConfigHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,ClusterConfigurationInfo,EmptyMessageParameters> messageHeaders,
org.apache.flink.configuration.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static ClusterConfigurationInfo |
ClusterConfigurationInfo.from(org.apache.flink.configuration.Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
Class<ClusterConfigurationInfo> |
ClusterConfigurationInfoHeaders.getResponseClass() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.