Package io.trino.server
Class NoOpSessionSupplier
java.lang.Object
io.trino.server.NoOpSessionSupplier
- All Implemented Interfaces:
SessionSupplier
Used on workers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSession(QueryId queryId, io.opentelemetry.api.trace.Span querySpan, SessionContext context)
-
Constructor Details
-
NoOpSessionSupplier
public NoOpSessionSupplier()
-
-
Method Details
-
createSession
public Session createSession(QueryId queryId, io.opentelemetry.api.trace.Span querySpan, SessionContext context) - Specified by:
createSessionin interfaceSessionSupplier
-