public class ContainerState extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
error |
private Integer |
exitCode |
private Date |
finishedAt |
private Boolean |
oomKilled |
private Boolean |
paused |
private Integer |
pid |
private Boolean |
restarting |
private Boolean |
running |
private Date |
startedAt |
private String |
status |
| Constructor and Description |
|---|
ContainerState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
error() |
Integer |
exitCode() |
Date |
finishedAt() |
int |
hashCode() |
Boolean |
oomKilled() |
Boolean |
paused() |
Integer |
pid() |
Boolean |
restarting() |
Boolean |
running() |
Date |
startedAt() |
String |
status() |
String |
toString() |
private String status
private Boolean running
private Boolean paused
private Boolean restarting
private Integer pid
private Integer exitCode
private Date startedAt
private Date finishedAt
private String error
private Boolean oomKilled
public String status()
public Boolean running()
public Boolean paused()
public Boolean restarting()
public Integer pid()
public Integer exitCode()
public Date startedAt()
public Date finishedAt()
public String error()
public Boolean oomKilled()
Copyright © 2016. All rights reserved.