public class ContainerInformation extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
appVersion |
String |
component |
String |
containerId |
long |
createTime |
String |
diagnostics |
Integer |
exitCode |
String |
host |
String |
hostURL |
String[] |
output
What is the tail output from the executed process (or [] if not started
or the log cannot be picked up
|
String |
placement |
Boolean |
released |
long |
startTime |
int |
state |
| Constructor and Description |
|---|
ContainerInformation() |
public String containerId
public String component
public String appVersion
public Boolean released
public int state
public Integer exitCode
public String diagnostics
public long createTime
public long startTime
public String host
public String hostURL
public String placement
public String[] output
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.