Package io.trino.server
Interface SessionSupplier
-
- All Known Implementing Classes:
NoOpSessionSupplier,QuerySessionSupplier
public interface SessionSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessioncreateSession(QueryId queryId, SessionContext context)
-
-
-
Method Detail
-
createSession
Session createSession(QueryId queryId, SessionContext context)
-
-