public class ArtifactoryConfigLoader extends Object implements IConfigLoader
A dynamic loader that can load scheduler configurations for user resource guarantees from Artifactory (an artifact repository manager).
Modifier and Type | Field and Description |
---|---|
protected static String |
LOCAL_ARTIFACT_DIR |
Constructor and Description |
---|
ArtifactoryConfigLoader(Map<String,Object> conf) |
protected static final String LOCAL_ARTIFACT_DIR
public Map<String,Object> load(String configKey)
Load the configs associated with the configKey from the targetURI.
load
in interface IConfigLoader
configKey
- The key from which we want to get the scheduler config.protected String doGet(String api, String artifact, String host, Integer port)
api
- null if we are trying to download artifact, otherwise a string to call REST api, e.g. “/api/storage”artifact
- location of artifacthost
- Artifactory hostnameport
- Artifactory portProtected so we can override this in unit tests
Copyright © 2019 The Apache Software Foundation. All rights reserved.