public class ContainerSpecification extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerSpecification.Artifact
An artifact to be copied into the container.
|
| Constructor and Description |
|---|
ContainerSpecification() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
clone() |
static String |
formatSystemProperties(org.apache.flink.configuration.Configuration jvmArgs)
Format the system properties as a shell-compatible command-line argument.
|
List<ContainerSpecification.Artifact> |
getArtifacts()
Get the container artifacts.
|
org.apache.flink.configuration.Configuration |
getDynamicConfiguration()
Get the dynamic configuration.
|
Map<String,String> |
getEnvironmentVariables()
Get the environment variables.
|
org.apache.flink.configuration.Configuration |
getSystemProperties()
Get the system properties.
|
String |
toString() |
public List<ContainerSpecification.Artifact> getArtifacts()
public Map<String,String> getEnvironmentVariables()
public org.apache.flink.configuration.Configuration getDynamicConfiguration()
public org.apache.flink.configuration.Configuration getSystemProperties()
protected Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic static String formatSystemProperties(org.apache.flink.configuration.Configuration jvmArgs)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.