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 TypeClassDescriptionclassWebUserConnectionWrapperwhich represents theUserClientConnectionbetween 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 TypeClassDescriptionclassStream the results of a query to a REST client as JSON, following the schema defined byQueryResultto maintain backward compatibility.