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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Map<String,String>>
getCatalogSessionProperties(SessionConfigurationContext context)
Map<String,String>
getSystemSessionProperties(SessionConfigurationContext context)
-
-
-
Method Detail
-
getSystemSessionProperties
Map<String,String> getSystemSessionProperties(SessionConfigurationContext context)
-
-