Uses of Class
io.trino.plugin.pinot.client.PinotGrpcServerQueryClientConfig
-
Packages that use PinotGrpcServerQueryClientConfig Package Description io.trino.plugin.pinot.client -
-
Uses of PinotGrpcServerQueryClientConfig in io.trino.plugin.pinot.client
Methods in io.trino.plugin.pinot.client that return PinotGrpcServerQueryClientConfig Modifier and Type Method Description PinotGrpcServerQueryClientConfigPinotGrpcServerQueryClientConfig. setGrpcPort(int grpcPort)PinotGrpcServerQueryClientConfigPinotGrpcServerQueryClientConfig. setMaxInboundMessageSize(io.airlift.units.DataSize maxInboundMessageSize)PinotGrpcServerQueryClientConfigPinotGrpcServerQueryClientConfig. setMaxRowsPerSplitForSegmentQueries(int maxRowsPerSplitForSegmentQueries)PinotGrpcServerQueryClientConfigPinotGrpcServerQueryClientConfig. setUsePlainText(boolean usePlainText)Constructors in io.trino.plugin.pinot.client with parameters of type PinotGrpcServerQueryClientConfig Constructor Description Factory(PinotHostMapper pinotHostMapper, PinotGrpcServerQueryClientConfig pinotGrpcServerQueryClientConfig, PinotGrpcDataFetcher.GrpcQueryClientFactory grpcQueryClientFactory)PlainTextGrpcQueryClientFactory(PinotGrpcServerQueryClientConfig grpcClientConfig)TlsGrpcQueryClientFactory(PinotGrpcServerQueryClientConfig grpcClientConfig, PinotGrpcServerQueryClientTlsConfig tlsConfig)
-