Package org.apache.storm.dependency
Class DependencyUploader
- java.lang.Object
-
- org.apache.storm.dependency.DependencyUploader
-
public class DependencyUploader extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
LOG
-
Constructor Summary
Constructors Constructor Description DependencyUploader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteBlobs(List<String> keys)
void
init()
void
shutdown()
List<String>
uploadArtifacts(Map<String,File> artifacts)
List<String>
uploadFiles(List<File> dependencies, boolean cleanupIfFails)
-
-
-
Method Detail
-
init
public void init()
-
shutdown
public void shutdown()
-
uploadFiles
public List<String> uploadFiles(List<File> dependencies, boolean cleanupIfFails) throws IOException, AuthorizationException
- Throws:
IOException
AuthorizationException
-
-