Package io.trino.plugin.pinot.client
Class PinotGrpcServerQueryClientTlsConfig
- java.lang.Object
-
- io.trino.plugin.pinot.client.PinotGrpcServerQueryClientTlsConfig
-
public class PinotGrpcServerQueryClientTlsConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description PinotGrpcServerQueryClientTlsConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeystorePassword()StringgetKeystorePath()PinotKeystoreTrustStoreTypegetKeystoreType()StringgetSslProvider()StringgetTruststorePassword()StringgetTruststorePath()PinotKeystoreTrustStoreTypegetTruststoreType()PinotGrpcServerQueryClientTlsConfigsetKeystorePassword(String keystorePassword)PinotGrpcServerQueryClientTlsConfigsetKeystorePath(String keystorePath)PinotGrpcServerQueryClientTlsConfigsetKeystoreType(PinotKeystoreTrustStoreType keystoreType)PinotGrpcServerQueryClientTlsConfigsetSslProvider(String sslProvider)PinotGrpcServerQueryClientTlsConfigsetTruststorePassword(String truststorePassword)PinotGrpcServerQueryClientTlsConfigsetTruststorePath(String truststorePath)PinotGrpcServerQueryClientTlsConfigsetTruststoreType(PinotKeystoreTrustStoreType truststoreType)
-
-
-
Method Detail
-
getKeystoreType
public PinotKeystoreTrustStoreType getKeystoreType()
-
setKeystoreType
@Config("pinot.grpc.tls.keystore-type") public PinotGrpcServerQueryClientTlsConfig setKeystoreType(PinotKeystoreTrustStoreType keystoreType)
-
getKeystorePath
public String getKeystorePath()
-
setKeystorePath
@Config("pinot.grpc.tls.keystore-path") public PinotGrpcServerQueryClientTlsConfig setKeystorePath(String keystorePath)
-
getKeystorePassword
public String getKeystorePassword()
-
setKeystorePassword
@Config("pinot.grpc.tls.keystore-password") public PinotGrpcServerQueryClientTlsConfig setKeystorePassword(String keystorePassword)
-
getTruststoreType
public PinotKeystoreTrustStoreType getTruststoreType()
-
setTruststoreType
@Config("pinot.grpc.tls.truststore-type") public PinotGrpcServerQueryClientTlsConfig setTruststoreType(PinotKeystoreTrustStoreType truststoreType)
-
getTruststorePath
public String getTruststorePath()
-
setTruststorePath
@Config("pinot.grpc.tls.truststore-path") public PinotGrpcServerQueryClientTlsConfig setTruststorePath(String truststorePath)
-
getTruststorePassword
public String getTruststorePassword()
-
setTruststorePassword
@Config("pinot.grpc.tls.truststore-password") public PinotGrpcServerQueryClientTlsConfig setTruststorePassword(String truststorePassword)
-
getSslProvider
public String getSslProvider()
-
setSslProvider
@Config("pinot.grpc.tls.ssl-provider") public PinotGrpcServerQueryClientTlsConfig setSslProvider(String sslProvider)
-
-