| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<EmptyResponseBody> |
ShutdownHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
RestfulGateway gateway) |
| Constructor and Description |
|---|
ShutdownHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,EmptyResponseBody,EmptyMessageParameters> messageHeaders) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EmptyResponseBody> |
JobCancellationHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
RestfulGateway gateway) |
CompletableFuture<EmptyResponseBody> |
JobClientHeartbeatHandler.handleRequest(HandlerRequest<JobClientHeartbeatRequestBody> request,
RestfulGateway gateway) |
protected CompletableFuture<EmptyResponseBody> |
JobResourceRequirementsUpdateHandler.handleRequest(HandlerRequest<JobResourceRequirementsBody> request,
RestfulGateway gateway) |
| Constructor and Description |
|---|
JobCancellationHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> headers,
MessageHeaders<EmptyRequestBody,EmptyResponseBody,JobCancellationMessageParameters> messageHeaders,
TerminationModeQueryParameter.TerminationMode defaultTerminationMode) |
JobClientHeartbeatHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> headers,
MessageHeaders<JobClientHeartbeatRequestBody,EmptyResponseBody,JobClientHeartbeatParameters> messageHeaders) |
| Modifier and Type | Method and Description |
|---|---|
static EmptyResponseBody |
EmptyResponseBody.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
Class<EmptyResponseBody> |
JobCancellationHeaders.getResponseClass() |
Class<EmptyResponseBody> |
JobClientHeartbeatHeaders.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
Class<EmptyResponseBody> |
ShutdownHeaders.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
Class<EmptyResponseBody> |
JobResourcesRequirementsUpdateHeaders.getResponseClass() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.