| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<ConfigurationInfo> |
ClusterConfigHandler.handleRequest(HandlerRequest<EmptyRequestBody> 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,ConfigurationInfo,EmptyMessageParameters> messageHeaders,
org.apache.flink.configuration.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<ConfigurationInfo> |
JobManagerJobConfigurationHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
RestfulGateway gateway) |
| Constructor and Description |
|---|
JobManagerJobConfigurationHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,ConfigurationInfo,JobMessageParameters> messageHeaders,
org.apache.flink.configuration.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationInfo |
ConfigurationInfo.from(org.apache.flink.configuration.Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
Class<ConfigurationInfo> |
ClusterConfigurationInfoHeaders.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
Class<ConfigurationInfo> |
JobManagerJobConfigurationHeaders.getResponseClass() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.