Class NoOpSessionSupplier
java.lang.Object
io.trino.server.NoOpSessionSupplier
-
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
-