Package io.trino.plugin.thrift
Class ThriftSessionProperties
- java.lang.Object
-
- io.trino.plugin.thrift.ThriftSessionProperties
-
public final class ThriftSessionProperties extends Object
Internal session properties are those defined by the connector itself. These properties control certain aspects of connector's work.
-
-
Constructor Summary
Constructors Constructor Description ThriftSessionProperties(ThriftConnectorConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PropertyMetadata<?>>getSessionProperties()
-
-
-
Constructor Detail
-
ThriftSessionProperties
@Inject public ThriftSessionProperties(ThriftConnectorConfig config)
-
-
Method Detail
-
getSessionProperties
public List<PropertyMetadata<?>> getSessionProperties()
-
-