public static class ContainerSpecification.Artifact extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContainerSpecification.Artifact.Builder |
Modifier and Type | Field and Description |
---|---|
boolean |
cachable |
org.apache.flink.core.fs.Path |
dest |
boolean |
executable |
boolean |
extract |
org.apache.flink.core.fs.Path |
source |
Constructor and Description |
---|
Artifact(org.apache.flink.core.fs.Path source,
org.apache.flink.core.fs.Path dest,
boolean executable,
boolean cachable,
boolean extract) |
Modifier and Type | Method and Description |
---|---|
static ContainerSpecification.Artifact.Builder |
newBuilder() |
String |
toString() |
public final org.apache.flink.core.fs.Path source
public final org.apache.flink.core.fs.Path dest
public final boolean executable
public final boolean cachable
public final boolean extract
public Artifact(org.apache.flink.core.fs.Path source, org.apache.flink.core.fs.Path dest, boolean executable, boolean cachable, boolean extract)
public static ContainerSpecification.Artifact.Builder newBuilder()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.