Package | Description |
---|---|
org.apache.flink.runtime.rest.handler.async |
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,M> request,
T gateway) |
Constructor and Description |
---|
StatusHandler(CompletableFuture<String> localRestAddress,
GatewayRetriever<? extends T> leaderRetriever,
Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,AsynchronousOperationResult<V>,M> messageHeaders) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.