public class RestartPolicy extends Object
DockerFly Framework. WebSite: https://git.oschina.net/helyho/JDocker Licence: Apache v2 License
| 构造器和说明 |
|---|
RestartPolicy() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCondition() |
Long |
getDelay() |
Integer |
getMaxAttempts() |
Integer |
getWindow() |
void |
setCondition(String condition) |
void |
setDelay(Long delay) |
void |
setMaxAttempts(Integer maxAttempts) |
void |
setWindow(Integer window) |
public void setCondition(String condition)
public String getCondition()
public void setDelay(Long delay)
public Long getDelay()
public void setMaxAttempts(Integer maxAttempts)
public Integer getMaxAttempts()
public Integer getWindow()
public void setWindow(Integer window)
Copyright © 2017 Voovan. All rights reserved.