Uses of Class
org.jclouds.docker.domain.State
-
Packages that use State Package Description org.jclouds.docker.compute.functions org.jclouds.docker.domain -
-
Uses of State in org.jclouds.docker.compute.functions
Methods in org.jclouds.docker.compute.functions with parameters of type State Modifier and Type Method Description NodeMetadata.Status
StateToStatus. apply(State state)
-
Uses of State in org.jclouds.docker.domain
Methods in org.jclouds.docker.domain that return State Modifier and Type Method Description static State
State. create(int pid, boolean running, int exitCode, String startedAt, String finishedAt, boolean paused, boolean restarting, String status, boolean oomKilled, boolean dead, String error)
abstract State
Container. state()
Methods in org.jclouds.docker.domain with parameters of type State Modifier and Type Method Description static Container
Container. create(String id, Date created, String path, String name, List<String> args, Config config, State state, String image, NetworkSettings networkSettings, String sysInitPath, String resolvConfPath, Map<String,String> volumes, HostConfig hostConfig, String driver, String execDriver, Map<String,Boolean> volumesRW, String command, String status, List<Port> ports, String hostnamePath, String hostsPath, String mountLabel, String processLabel, com.google.common.base.Optional<Node> node)
Container.Builder
Container.Builder. state(State state)
-