Uses of Class
io.trino.plugin.pinot.client.PinotKeystoreTrustStoreType
-
Packages that use PinotKeystoreTrustStoreType Package Description io.trino.plugin.pinot.client -
-
Uses of PinotKeystoreTrustStoreType in io.trino.plugin.pinot.client
Methods in io.trino.plugin.pinot.client that return PinotKeystoreTrustStoreType Modifier and Type Method Description PinotKeystoreTrustStoreTypePinotGrpcServerQueryClientTlsConfig. getKeystoreType()PinotKeystoreTrustStoreTypePinotGrpcServerQueryClientTlsConfig. getTruststoreType()static PinotKeystoreTrustStoreTypePinotKeystoreTrustStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static PinotKeystoreTrustStoreType[]PinotKeystoreTrustStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.pinot.client with parameters of type PinotKeystoreTrustStoreType Modifier and Type Method Description PinotGrpcServerQueryClientTlsConfigPinotGrpcServerQueryClientTlsConfig. setKeystoreType(PinotKeystoreTrustStoreType keystoreType)PinotGrpcServerQueryClientTlsConfigPinotGrpcServerQueryClientTlsConfig. setTruststoreType(PinotKeystoreTrustStoreType truststoreType)
-