Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
LinuxParameters |
LinuxParameters.clone() |
LinuxParameters |
ContainerDetail.getLinuxParameters()
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
LinuxParameters |
ContainerProperties.getLinuxParameters()
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
LinuxParameters |
LinuxParameters.withDevices(Collection<Device> devices)
Any host devices to expose to the container.
|
LinuxParameters |
LinuxParameters.withDevices(Device... devices)
Any host devices to expose to the container.
|
LinuxParameters |
LinuxParameters.withInitProcessEnabled(Boolean initProcessEnabled)
If true, run an
init process inside the container that forwards signals and reaps processes. |
LinuxParameters |
LinuxParameters.withMaxSwap(Integer maxSwap)
The total amount of swap memory (in MiB) a container can use.
|
LinuxParameters |
LinuxParameters.withSharedMemorySize(Integer sharedMemorySize)
The value for the size (in MiB) of the
/dev/shm volume. |
LinuxParameters |
LinuxParameters.withSwappiness(Integer swappiness)
This allows you to tune a container's memory swappiness behavior.
|
LinuxParameters |
LinuxParameters.withTmpfs(Collection<Tmpfs> tmpfs)
The container path, mount options, and size (in MiB) of the tmpfs mount.
|
LinuxParameters |
LinuxParameters.withTmpfs(Tmpfs... tmpfs)
The container path, mount options, and size (in MiB) of the tmpfs mount.
|
Modifier and Type | Method and Description |
---|---|
void |
ContainerDetail.setLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
void |
ContainerProperties.setLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
ContainerDetail |
ContainerDetail.withLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
ContainerProperties |
ContainerProperties.withLinuxParameters(LinuxParameters linuxParameters)
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
Copyright © 2022. All rights reserved.