Uses of Class
io.trino.plugin.pinot.client.PinotGrpcServerQueryClientTlsConfig
-
Packages that use PinotGrpcServerQueryClientTlsConfig Package Description io.trino.plugin.pinot.client -
-
Uses of PinotGrpcServerQueryClientTlsConfig in io.trino.plugin.pinot.client
Methods in io.trino.plugin.pinot.client that return PinotGrpcServerQueryClientTlsConfig Modifier and Type Method Description PinotGrpcServerQueryClientTlsConfigPinotGrpcServerQueryClientTlsConfig. setKeystorePassword(String keystorePassword)PinotGrpcServerQueryClientTlsConfigPinotGrpcServerQueryClientTlsConfig. setKeystorePath(String keystorePath)PinotGrpcServerQueryClientTlsConfigPinotGrpcServerQueryClientTlsConfig. setKeystoreType(PinotKeystoreTrustStoreType keystoreType)PinotGrpcServerQueryClientTlsConfigPinotGrpcServerQueryClientTlsConfig. setSslProvider(String sslProvider)PinotGrpcServerQueryClientTlsConfigPinotGrpcServerQueryClientTlsConfig. setTruststorePassword(String truststorePassword)PinotGrpcServerQueryClientTlsConfigPinotGrpcServerQueryClientTlsConfig. setTruststorePath(String truststorePath)PinotGrpcServerQueryClientTlsConfigPinotGrpcServerQueryClientTlsConfig. setTruststoreType(PinotKeystoreTrustStoreType truststoreType)Constructors in io.trino.plugin.pinot.client with parameters of type PinotGrpcServerQueryClientTlsConfig Constructor Description TlsGrpcQueryClientFactory(PinotGrpcServerQueryClientConfig grpcClientConfig, PinotGrpcServerQueryClientTlsConfig tlsConfig)
-