Uses of Interface
org.apache.flink.table.gateway.rest.message.statement.FetchResultsResponseBody
Packages that use FetchResultsResponseBody
Package
Description
-
Uses of FetchResultsResponseBody in org.apache.flink.table.gateway.rest.handler.statement
Methods in org.apache.flink.table.gateway.rest.handler.statement that return types with arguments of type FetchResultsResponseBodyModifier and TypeMethodDescriptionprotected CompletableFuture<FetchResultsResponseBody>FetchResultsHandler.handleRequest(SqlGatewayRestAPIVersion version, org.apache.flink.runtime.rest.handler.HandlerRequest<org.apache.flink.runtime.rest.messages.EmptyRequestBody> request) Constructor parameters in org.apache.flink.table.gateway.rest.handler.statement with type arguments of type FetchResultsResponseBodyModifierConstructorDescriptionFetchResultsHandler(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) -
Uses of FetchResultsResponseBody in org.apache.flink.table.gateway.rest.header.statement
Methods in org.apache.flink.table.gateway.rest.header.statement that return types with arguments of type FetchResultsResponseBody -
Uses of FetchResultsResponseBody in org.apache.flink.table.gateway.rest.message.statement
Classes in org.apache.flink.table.gateway.rest.message.statement that implement FetchResultsResponseBodyModifier and TypeClassDescriptionclassThe implementation of theFetchResultsResponseBodywith ready results.classTheFetchResultsResponseBodyindicates the results is not ready. -
Uses of FetchResultsResponseBody in org.apache.flink.table.gateway.rest.serde
Methods in org.apache.flink.table.gateway.rest.serde that return FetchResultsResponseBodyModifier and TypeMethodDescriptionFetchResultResponseBodyDeserializer.deserialize(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.DeserializationContext context) Methods in org.apache.flink.table.gateway.rest.serde with parameters of type FetchResultsResponseBodyModifier and TypeMethodDescriptionvoidFetchResultsResponseBodySerializer.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)