Uses of Class
io.trino.plugin.pinot.PinotConfig
-
Packages that use PinotConfig Package Description io.trino.plugin.pinot io.trino.plugin.pinot.client -
-
Uses of PinotConfig in io.trino.plugin.pinot
Methods in io.trino.plugin.pinot that return PinotConfig Modifier and Type Method Description PinotConfigPinotConfig. setAggregationPushdownEnabled(boolean aggregationPushdownEnabled)PinotConfigPinotConfig. setConnectionTimeout(io.airlift.units.Duration connectionTimeout)PinotConfigPinotConfig. setControllerUrls(String controllerUrl)PinotConfigPinotConfig. setCountDistinctPushdownEnabled(boolean countDistinctPushdownEnabled)PinotConfigPinotConfig. setEstimatedSizeInBytesForNonNumericColumn(int estimatedSizeInBytesForNonNumericColumn)PinotConfigPinotConfig. setFetchRetryCount(int fetchRetryCount)PinotConfigPinotConfig. setForbidSegmentQueries(boolean forbidSegmentQueries)PinotConfigPinotConfig. setGrpcEnabled(boolean grpcEnabled)PinotConfigPinotConfig. setMaxRowsForBrokerQueries(int maxRowsForBrokerQueries)PinotConfigPinotConfig. setMetadataCacheExpiry(io.airlift.units.Duration metadataCacheExpiry)PinotConfigPinotConfig. setNonAggregateLimitForBrokerQueries(int nonAggregateLimitForBrokerQueries)PinotConfigPinotConfig. setPreferBrokerQueries(boolean preferBrokerQueries)PinotConfigPinotConfig. setSegmentsPerSplit(int segmentsPerSplit)PinotConfigPinotConfig. setTargetSegmentPageSize(io.airlift.units.DataSize targetSegmentPageSize)Constructors in io.trino.plugin.pinot with parameters of type PinotConfig Constructor Description PinotMetadata(PinotClient pinotClient, PinotConfig pinotConfig, ExecutorService executor)PinotPageSourceProvider(PinotConfig pinotConfig, PinotClient clusterInfoFetcher, PinotDataFetcher.Factory pinotDataFetcherFactory)PinotSessionProperties(PinotConfig pinotConfig) -
Uses of PinotConfig in io.trino.plugin.pinot.client
Constructors in io.trino.plugin.pinot.client with parameters of type PinotConfig Constructor Description Factory(PinotHostMapper pinotHostMapper, PinotConfig pinotConfig, PinotLegacyServerQueryClientConfig pinotLegacyServerQueryClientConfig)PinotClient(PinotConfig config, PinotHostMapper pinotHostMapper, io.airlift.http.client.HttpClient httpClient, ExecutorService executor, io.airlift.json.JsonCodec<PinotClient.GetTables> tablesJsonCodec, io.airlift.json.JsonCodec<PinotClient.BrokersForTable> brokersForTableJsonCodec, io.airlift.json.JsonCodec<PinotClient.TimeBoundary> timeBoundaryJsonCodec, io.airlift.json.JsonCodec<org.apache.pinot.common.response.broker.BrokerResponseNative> brokerResponseCodec, PinotControllerAuthenticationProvider controllerAuthenticationProvider, PinotBrokerAuthenticationProvider brokerAuthenticationProvider)PinotLegacyServerQueryClient(PinotHostMapper pinotHostMapper, PinotConfig pinotConfig)
-