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,
Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,ClusterConfigurationInfo,EmptyMessageParameters> messageHeaders,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
static ClusterConfigurationInfo |
ClusterConfigurationInfo.from(Configuration config) |
Modifier and Type | Method and Description |
---|---|
Class<ClusterConfigurationInfo> |
ClusterConfigurationInfoHeaders.getResponseClass() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.