Uses of Class
org.apache.drill.exec.server.rest.BaseWebUserConnection
Packages that use BaseWebUserConnection
-
Uses of BaseWebUserConnection in org.apache.drill.exec.server.rest
Subclasses of BaseWebUserConnection in org.apache.drill.exec.server.restModifier and TypeClassDescriptionclass
WebUserConnectionWrapper
which represents theUserClientConnection
between WebServer and Foreman, for the WebUser submitting the query.static class
-
Uses of BaseWebUserConnection in org.apache.drill.exec.server.rest.stream
Subclasses of BaseWebUserConnection in org.apache.drill.exec.server.rest.streamModifier and TypeClassDescriptionclass
Stream the results of a query to a REST client as JSON, following the schema defined byQueryResult
to maintain backward compatibility.