Uses of Class
io.trino.plugin.pinot.client.PinotGrpcServerQueryClientConfig
Packages that use PinotGrpcServerQueryClientConfig
-
Uses of PinotGrpcServerQueryClientConfig in io.trino.plugin.pinot.client
Methods in io.trino.plugin.pinot.client that return PinotGrpcServerQueryClientConfigModifier and TypeMethodDescriptionPinotGrpcServerQueryClientConfig.setGrpcPort(int grpcPort) PinotGrpcServerQueryClientConfig.setMaxInboundMessageSize(io.airlift.units.DataSize maxInboundMessageSize) PinotGrpcServerQueryClientConfig.setMaxRowsPerSplitForSegmentQueries(int maxRowsPerSplitForSegmentQueries) PinotGrpcServerQueryClientConfig.setProxyUri(String proxyUri) PinotGrpcServerQueryClientConfig.setUsePlainText(boolean usePlainText) Constructors in io.trino.plugin.pinot.client with parameters of type PinotGrpcServerQueryClientConfigModifierConstructorDescriptionFactory(PinotHostMapper pinotHostMapper, PinotGrpcServerQueryClientConfig pinotGrpcServerQueryClientConfig, PinotGrpcDataFetcher.GrpcQueryClientFactory grpcQueryClientFactory) PlainTextGrpcQueryClientFactory(PinotGrpcServerQueryClientConfig grpcClientConfig) TlsGrpcQueryClientFactory(PinotGrpcServerQueryClientConfig grpcClientConfig, PinotGrpcServerQueryClientTlsConfig tlsConfig)