public abstract static class HostConfig.Ulimit extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HostConfig.Ulimit.Builder |
| Constructor and Description |
|---|
Ulimit() |
| Modifier and Type | Method and Description |
|---|---|
static HostConfig.Ulimit.Builder |
builder() |
static HostConfig.Ulimit |
create(String name,
Long soft,
Long hard) |
abstract Long |
hard() |
abstract String |
name() |
abstract Long |
soft() |
public abstract String name()
public abstract Long soft()
public abstract Long hard()
public static HostConfig.Ulimit.Builder builder()
public static HostConfig.Ulimit create(String name, Long soft, Long hard)
Copyright © 2019. All rights reserved.