Uses of Class
org.apache.flink.client.program.artifact.ArtifactFetchManager.Result
Packages that use ArtifactFetchManager.Result
-
Uses of ArtifactFetchManager.Result in org.apache.flink.client.program.artifact
Methods in org.apache.flink.client.program.artifact that return ArtifactFetchManager.ResultModifier and TypeMethodDescriptionArtifactFetchManager.fetchArtifacts(String[] uris) Fetches artifacts from a given URI string array.ArtifactFetchManager.fetchArtifacts(String jobUri, List<String> additionalUris) Fetches the job jar and any additional artifact if the given list is not null or empty.