public abstract 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() |
abstract String |
condition() |
abstract Long |
delay() |
abstract Integer |
maxAttempts() |
abstract Long |
window() |
public static final String RESTART_POLICY_NONE
public static final String RESTART_POLICY_ON_FAILURE
public static final String RESTART_POLICY_ANY
Copyright © 2018. All rights reserved.