public abstract static class ContainerConfig.Healthcheck extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerConfig.Healthcheck.Builder |
| Constructor and Description |
|---|
Healthcheck() |
| Modifier and Type | Method and Description |
|---|---|
static ContainerConfig.Healthcheck.Builder |
builder() |
static ContainerConfig.Healthcheck |
create(List<String> test,
Long interval,
Long timeout,
Integer retries) |
static ContainerConfig.Healthcheck |
create(List<String> test,
Long interval,
Long timeout,
Integer retries,
Long startPeriod) |
abstract Long |
interval()
In nanoseconds.
|
abstract Integer |
retries() |
abstract Long |
startPeriod()
In nanoseconds.
|
abstract com.google.common.collect.ImmutableList<String> |
test() |
abstract Long |
timeout()
In nanoseconds.
|
public static ContainerConfig.Healthcheck create(List<String> test, Long interval, Long timeout, Integer retries)
public static ContainerConfig.Healthcheck create(List<String> test, Long interval, Long timeout, Integer retries, Long startPeriod)
public static ContainerConfig.Healthcheck.Builder builder()
Copyright © 2018. All rights reserved.