Package io.trino.server
Class NoOpSessionSupplier
- java.lang.Object
-
- io.trino.server.NoOpSessionSupplier
-
- All Implemented Interfaces:
SessionSupplier
public class NoOpSessionSupplier extends Object implements SessionSupplier
Used on workers.
-
-
Constructor Summary
Constructors Constructor Description NoOpSessionSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessioncreateSession(QueryId queryId, SessionContext context)
-
-
-
Method Detail
-
createSession
public Session createSession(QueryId queryId, SessionContext context)
- Specified by:
createSessionin interfaceSessionSupplier
-
-