Interface HostConfig.Ulimit
-
- Enclosing interface:
- HostConfig
@Immutable public static interface HostConfig.Ulimit
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHostConfig.Ulimit.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static HostConfig.Ulimit.Builderbuilder()Longhard()Stringname()Longsoft()
-
-
-
Method Detail
-
name
String name()
-
soft
Long soft()
-
hard
Long hard()
-
builder
static HostConfig.Ulimit.Builder builder()
-
-