| Package | Description | 
|---|---|
| com.logicalclocks.hsfs | |
| com.logicalclocks.hsfs.flink | |
| com.logicalclocks.hsfs.metadata | |
| com.logicalclocks.hsfs.spark | 
| Modifier and Type | Field and Description | 
|---|---|
protected SecretStore | 
HopsworksConnectionBase.secretStore  | 
| Modifier and Type | Method and Description | 
|---|---|
static SecretStore | 
SecretStore.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SecretStore[] | 
SecretStore.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
HopsworksConnection(String host,
                   int port,
                   String project,
                   software.amazon.awssdk.regions.Region region,
                   SecretStore secretStore,
                   boolean hostnameVerification,
                   String trustStorePath,
                   String certPath,
                   String apiKeyFilePath,
                   String apiKeyValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
HopsworksExternalClient.readApiKey(SecretStore secretStore,
          software.amazon.awssdk.regions.Region region,
          String apiKeyFilepath)
Read API key. 
 | 
static HopsworksClient | 
HopsworksClient.setupHopsworksClient(String host,
                    int port,
                    software.amazon.awssdk.regions.Region region,
                    SecretStore secretStore,
                    boolean hostnameVerification,
                    String trustStorePath,
                    String apiKeyFilePath,
                    String apiKeyValue)  | 
| Constructor and Description | 
|---|
HopsworksConnection(String host,
                   int port,
                   String project,
                   software.amazon.awssdk.regions.Region region,
                   SecretStore secretStore,
                   boolean hostnameVerification,
                   String trustStorePath,
                   String certPath,
                   String apiKeyFilePath,
                   String apiKeyValue)  | 
Copyright © 2023. All rights reserved.