Uses of Class
io.trino.server.DisconnectionAwareAsyncResponse
Packages that use DisconnectionAwareAsyncResponse
Package
Description
-
Uses of DisconnectionAwareAsyncResponse in io.trino.dispatcher
Methods in io.trino.dispatcher with parameters of type DisconnectionAwareAsyncResponseModifier and TypeMethodDescriptionvoidQueuedStatementResource.getStatus(QueryId queryId, String slug, long token, io.airlift.units.Duration maxWait, ExternalUriInfo externalUriInfo, DisconnectionAwareAsyncResponse asyncResponse) -
Uses of DisconnectionAwareAsyncResponse in io.trino.server
Methods in io.trino.server that return DisconnectionAwareAsyncResponseModifier and TypeMethodDescriptionDisconnectionAwareAsyncResponse.withCancellableFuture(com.google.common.util.concurrent.ListenableFuture<?> future) Methods in io.trino.server with parameters of type DisconnectionAwareAsyncResponseModifier and TypeMethodDescriptionvoidTaskResource.acknowledgeAndGetNewDynamicFilterDomains(TaskId taskId, Long currentDynamicFiltersVersion, DisconnectionAwareAsyncResponse asyncResponse) static io.airlift.jaxrs.AsyncResponseHandlerDisconnectionAwareAsyncResponse.bindDisconnectionAwareAsyncResponse(DisconnectionAwareAsyncResponse asyncResponse, com.google.common.util.concurrent.ListenableFuture<?> futureResponse, Executor httpResponseExecutor) voidTaskResource.createOrUpdateTask(TaskId taskId, TaskUpdateRequest taskUpdateRequest, jakarta.ws.rs.core.UriInfo uriInfo, DisconnectionAwareAsyncResponse asyncResponse) voidTaskResource.getResults(TaskId taskId, PipelinedOutputBuffers.OutputBufferId bufferId, long token, io.airlift.units.DataSize maxSize, DisconnectionAwareAsyncResponse asyncResponse) voidTaskResource.getTaskInfo(TaskId taskId, Long currentVersion, io.airlift.units.Duration maxWait, jakarta.ws.rs.core.UriInfo uriInfo, DisconnectionAwareAsyncResponse asyncResponse) voidTaskResource.getTaskStatus(TaskId taskId, Long currentVersion, io.airlift.units.Duration maxWait, DisconnectionAwareAsyncResponse asyncResponse) -
Uses of DisconnectionAwareAsyncResponse in io.trino.server.protocol
Methods in io.trino.server.protocol with parameters of type DisconnectionAwareAsyncResponseModifier and TypeMethodDescriptionvoidExecutingStatementResource.getQueryResults(QueryId queryId, String slug, long token, io.airlift.units.Duration maxWait, io.airlift.units.DataSize targetResultSize, ExternalUriInfo externalUriInfo, DisconnectionAwareAsyncResponse asyncResponse) -
Uses of DisconnectionAwareAsyncResponse in io.trino.server.security.oauth2
Methods in io.trino.server.security.oauth2 with parameters of type DisconnectionAwareAsyncResponseModifier and TypeMethodDescriptionvoidOAuth2TokenExchangeResource.getAuthenticationToken(UUID authId, DisconnectionAwareAsyncResponse asyncResponse, jakarta.servlet.http.HttpServletRequest request)