Uses of Class
com.spotify.docker.client.messages.ContainerState
Packages that use ContainerState
-
Uses of ContainerState in com.spotify.docker.client.messages
Subclasses of ContainerState in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as ContainerStateMethods in com.spotify.docker.client.messages that return ContainerStateModifier and TypeMethodDescription(package private) static ContainerState
ContainerState.create
(String status, Boolean running, Boolean addr, Boolean restarting, Integer pid, Integer exitCode, Date startedAt, Date finishedAt, String error, Boolean oomKilled, ContainerState.Health health) AutoValue_ContainerInfo.state()
abstract ContainerState
ContainerInfo.state()
Methods in com.spotify.docker.client.messages with parameters of type ContainerStateModifier and TypeMethodDescription(package private) static ContainerInfo
ContainerInfo.create
(String id, Date created, String path, List<String> args, ContainerConfig containerConfig, HostConfig hostConfig, ContainerState containerState, String image, NetworkSettings networkSettings, String resolvConfPath, String hostnamePath, String hostsPath, String name, String driver, String execDriver, String processLabel, String mountLabel, Map<String, String> volumes, Map<String, Boolean> volumesRw, String appArmorProfile, List<String> execIds, String logPath, Long restartCount, List<ContainerMount> mounts, ContainerInfo.Node node) Constructors in com.spotify.docker.client.messages with parameters of type ContainerStateModifierConstructorDescription(package private)
AutoValue_ContainerInfo
(String id, Date created, String path, com.google.common.collect.ImmutableList<String> args, ContainerConfig config, HostConfig hostConfig, ContainerState state, String image, NetworkSettings networkSettings, String resolvConfPath, String hostnamePath, String hostsPath, String name, String driver, String execDriver, String processLabel, String mountLabel, com.google.common.collect.ImmutableMap<String, String> volumes, com.google.common.collect.ImmutableMap<String, Boolean> volumesRw, String appArmorProfile, com.google.common.collect.ImmutableList<String> execIds, String logPath, Long restartCount, com.google.common.collect.ImmutableList<ContainerMount> mounts, ContainerInfo.Node node)