Uses of Interface
org.apache.flink.table.gateway.rest.message.statement.FetchResultsResponseBody
-
-
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 FetchResultsResponseBody Modifier and Type Method Description protected 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 FetchResultsResponseBody Constructor 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) -
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 Modifier and Type Method Description Class<FetchResultsResponseBody>FetchResultsHeaders. getResponseClass() -
Uses of FetchResultsResponseBody in org.apache.flink.table.gateway.rest.message.statement
Classes in org.apache.flink.table.gateway.rest.message.statement that implement FetchResultsResponseBody Modifier and Type Class Description classFetchResultResponseBodyImplThe implementation of theFetchResultsResponseBodywith ready results.classNotReadyFetchResultResponseTheFetchResultsResponseBodyindicates 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 FetchResultsResponseBody Modifier and Type Method Description FetchResultsResponseBodyFetchResultResponseBodyDeserializer. 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 FetchResultsResponseBody Modifier and Type Method Description voidFetchResultsResponseBodySerializer. 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)
-