| 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) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static EmptyResponseBody |
EmptyResponseBody.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
Class<EmptyResponseBody> |
JobCancellationHeaders.getResponseClass() |
| Modifier and Type | Method and Description |
|---|---|
Class<EmptyResponseBody> |
ShutdownHeaders.getResponseClass() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.