public class RestartPolicy extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestartPolicy.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
RESTART_POLICY_ANY |
static String |
RESTART_POLICY_NONE |
static String |
RESTART_POLICY_ON_FAILURE |
| Constructor and Description |
|---|
RestartPolicy() |
| Modifier and Type | Method and Description |
|---|---|
static RestartPolicy.Builder |
builder() |
String |
condition() |
Long |
delay() |
boolean |
equals(Object o) |
int |
hashCode() |
Integer |
maxAttempts() |
String |
toString() |
Long |
window() |
public static final String RESTART_POLICY_NONE
public static final String RESTART_POLICY_ON_FAILURE
public static final String RESTART_POLICY_ANY
public String condition()
public Long delay()
public Integer maxAttempts()
public Long window()
public static RestartPolicy.Builder builder()
Copyright © 2016. All rights reserved.