| Modifier and Type | Method and Description |
|---|---|
static <V> AsynchronousOperationResult<V> |
AsynchronousOperationResult.completed(V value) |
static <V> AsynchronousOperationResult<V> |
AsynchronousOperationResult.inProgress() |
| Modifier and Type | Method and Description |
|---|---|
Class<AsynchronousOperationResult<V>> |
AsynchronousOperationStatusMessageHeaders.getResponseClass() |
CompletableFuture<AsynchronousOperationResult<V>> |
AbstractAsynchronousOperationHandlers.StatusHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
T gateway) |
| Constructor and Description |
|---|
StatusHandler(GatewayRetriever<? extends T> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,AsynchronousOperationResult<V>,M> messageHeaders) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AsynchronousOperationResult<AsynchronousOperationInfo>> |
RescalingHandlers.RescalingStatusHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
RestfulGateway gateway) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AsynchronousOperationResult<SavepointInfo>> |
SavepointHandlers.SavepointStatusHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
RestfulGateway gateway) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.