Package io.trino.spi.session
Interface SessionPropertyConfigurationManager
public interface SessionPropertyConfigurationManager
This interface is used to provide default session property overrides for
sessions, thus providing a way to dynamically configure default session
properties according to request's user, source, or other characteristics
identified by client tags. The returned properties override the default
values and not the final values, thus any user-provided values will override
the values returned here.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSystemSessionProperties
-
getCatalogSessionProperties
-