Uses of Class
io.trino.server.SessionContext
-
Packages that use SessionContext Package Description io.trino.dispatcher io.trino.server -
-
Uses of SessionContext in io.trino.dispatcher
Methods in io.trino.dispatcher with parameters of type SessionContext Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Void>DispatchManager. createQuery(QueryId queryId, Slug slug, SessionContext sessionContext, String query) -
Uses of SessionContext in io.trino.server
Methods in io.trino.server that return SessionContext Modifier and Type Method Description SessionContextHttpRequestSessionContextFactory. createSessionContext(javax.ws.rs.core.MultivaluedMap<String,String> headers, Optional<String> alternateHeaderName, Optional<String> remoteAddress, Optional<Identity> authenticatedIdentity)Methods in io.trino.server with parameters of type SessionContext Modifier and Type Method Description SessionNoOpSessionSupplier. createSession(QueryId queryId, SessionContext context)SessionQuerySessionSupplier. createSession(QueryId queryId, SessionContext context)SessionSessionSupplier. createSession(QueryId queryId, SessionContext context)
-