| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<FetchResultsResponseBody> |
FetchResultsHandler.handleRequest(SqlGatewayRestAPIVersion version,
org.apache.flink.runtime.rest.handler.HandlerRequest<org.apache.flink.runtime.rest.messages.EmptyRequestBody> request) |
| Constructor and Description |
|---|
FetchResultsHandler(org.apache.flink.table.gateway.api.SqlGatewayService service,
Map<String,String> responseHeaders,
org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,FetchResultsResponseBody,FetchResultsMessageParameters> messageHeaders) |
| Modifier and Type | Method and Description |
|---|---|
Class<FetchResultsResponseBody> |
FetchResultsHeaders.getResponseClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
FetchResultResponseBodyImpl
The implementation of the
FetchResultsResponseBody with ready results. |
class |
NotReadyFetchResultResponse
The
FetchResultsResponseBody indicates the results is not ready. |
| Modifier and Type | Method and Description |
|---|---|
FetchResultsResponseBody |
FetchResultResponseBodyDeserializer.deserialize(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser,
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
FetchResultsResponseBodySerializer.serialize(FetchResultsResponseBody value,
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonGenerator gen,
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.