Uses of Class
io.trino.plugin.thrift.ThriftConnectorConfig
-
Packages that use ThriftConnectorConfig Package Description io.trino.plugin.thrift -
-
Uses of ThriftConnectorConfig in io.trino.plugin.thrift
Methods in io.trino.plugin.thrift that return ThriftConnectorConfig Modifier and Type Method Description ThriftConnectorConfigThriftConnectorConfig. setLookupRequestsConcurrency(int lookupRequestsConcurrency)ThriftConnectorConfigThriftConnectorConfig. setMaxResponseSize(io.airlift.units.DataSize maxResponseSize)ThriftConnectorConfigThriftConnectorConfig. setMetadataRefreshThreads(int metadataRefreshThreads)Methods in io.trino.plugin.thrift with parameters of type ThriftConnectorConfig Modifier and Type Method Description ExecutorThriftModule. createMetadataRefreshExecutor(ThriftConnectorConfig config)Constructors in io.trino.plugin.thrift with parameters of type ThriftConnectorConfig Constructor Description ThriftIndexProvider(io.airlift.drift.client.DriftClient<TrinoThriftService> client, ThriftHeaderProvider thriftHeaderProvider, ThriftConnectorStats stats, ThriftConnectorConfig config)ThriftPageSourceProvider(io.airlift.drift.client.DriftClient<TrinoThriftService> client, ThriftHeaderProvider thriftHeaderProvider, ThriftConnectorStats stats, ThriftConnectorConfig config)ThriftSessionProperties(ThriftConnectorConfig config)
-