Uses of Enum Class
com.logicalclocks.hsfs.SecretStore
Packages that use SecretStore
Package
Description
-
Uses of SecretStore in com.logicalclocks.hsfs
Fields in com.logicalclocks.hsfs declared as SecretStoreMethods in com.logicalclocks.hsfs that return SecretStoreModifier and TypeMethodDescriptionstatic SecretStoreReturns the enum constant of this class with the specified name.static SecretStore[]SecretStore.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.logicalclocks.hsfs with parameters of type SecretStoreModifierConstructorDescriptionHopsworksConnection(String host, int port, String project, software.amazon.awssdk.regions.Region region, SecretStore secretStore, boolean hostnameVerification, String trustStorePath, String certPath, String apiKeyFilePath, String apiKeyValue) -
Uses of SecretStore in com.logicalclocks.hsfs.beam
Constructors in com.logicalclocks.hsfs.beam with parameters of type SecretStoreModifierConstructorDescriptionHopsworksConnection(String host, int port, String project, software.amazon.awssdk.regions.Region region, SecretStore secretStore, boolean hostnameVerification, String trustStorePath, String certPath, String apiKeyFilePath, String apiKeyValue) -
Uses of SecretStore in com.logicalclocks.hsfs.flink
Constructors in com.logicalclocks.hsfs.flink with parameters of type SecretStoreModifierConstructorDescriptionHopsworksConnection(String host, int port, String project, software.amazon.awssdk.regions.Region region, SecretStore secretStore, boolean hostnameVerification, String trustStorePath, String certPath, String apiKeyFilePath, String apiKeyValue) -
Uses of SecretStore in com.logicalclocks.hsfs.metadata
Methods in com.logicalclocks.hsfs.metadata with parameters of type SecretStoreModifier and TypeMethodDescriptionHopsworksExternalClient.readApiKey(SecretStore secretStore, software.amazon.awssdk.regions.Region region, String apiKeyFilepath) Read API key.static HopsworksClientHopsworksClient.setupHopsworksClient(String host, int port, software.amazon.awssdk.regions.Region region, SecretStore secretStore, boolean hostnameVerification, String trustStorePath, String apiKeyFilePath, String apiKeyValue) -
Uses of SecretStore in com.logicalclocks.hsfs.spark
Constructors in com.logicalclocks.hsfs.spark with parameters of type SecretStoreModifierConstructorDescriptionHopsworksConnection(String host, int port, String project, software.amazon.awssdk.regions.Region region, SecretStore secretStore, boolean hostnameVerification, String trustStorePath, String certPath, String apiKeyFilePath, String apiKeyValue)