Uses of Class
io.trino.plugin.pinot.client.PinotGrpcServerQueryClientTlsConfig
Packages that use PinotGrpcServerQueryClientTlsConfig
-
Uses of PinotGrpcServerQueryClientTlsConfig in io.trino.plugin.pinot.client
Methods in io.trino.plugin.pinot.client that return PinotGrpcServerQueryClientTlsConfigModifier and TypeMethodDescriptionPinotGrpcServerQueryClientTlsConfig.setKeystorePassword(String keystorePassword) PinotGrpcServerQueryClientTlsConfig.setKeystorePath(File keystorePath) PinotGrpcServerQueryClientTlsConfig.setKeystoreType(PinotKeystoreTrustStoreType keystoreType) PinotGrpcServerQueryClientTlsConfig.setSslProvider(String sslProvider) PinotGrpcServerQueryClientTlsConfig.setTruststorePassword(String truststorePassword) PinotGrpcServerQueryClientTlsConfig.setTruststorePath(File truststorePath) PinotGrpcServerQueryClientTlsConfig.setTruststoreType(PinotKeystoreTrustStoreType truststoreType) Constructors in io.trino.plugin.pinot.client with parameters of type PinotGrpcServerQueryClientTlsConfigModifierConstructorDescriptionTlsGrpcQueryClientFactory(PinotGrpcServerQueryClientConfig grpcClientConfig, PinotGrpcServerQueryClientTlsConfig tlsConfig)