Modifier and Type | Method and Description |
---|---|
protected CompletableFuture<EmptyResponseBody> |
ShutdownHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
RestfulGateway gateway) |
Constructor and Description |
---|
ShutdownHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
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,
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() |
Modifier and Type | Method and Description |
---|---|
Class<EmptyResponseBody> |
JarDeleteHeaders.getResponseClass() |
protected CompletableFuture<EmptyResponseBody> |
JarDeleteHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
RestfulGateway gateway) |
Constructor and Description |
---|
JarDeleteHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,EmptyResponseBody,JarDeleteMessageParameters> messageHeaders,
Path jarDir,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
protected CompletableFuture<EmptyResponseBody> |
TriggerSessionHeartbeatHandler.handleRequest(SqlGatewayRestAPIVersion version,
HandlerRequest<EmptyRequestBody> request) |
Constructor and Description |
---|
TriggerSessionHeartbeatHandler(SqlGatewayService service,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,EmptyResponseBody,SessionMessageParameters> messageHeaders) |
Modifier and Type | Method and Description |
---|---|
Class<EmptyResponseBody> |
TriggerSessionHeartbeatHeaders.getResponseClass() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.