Package | Description |
---|---|
org.jclouds.docker.compute.functions | |
org.jclouds.docker.domain |
Modifier and Type | Method and Description |
---|---|
NodeMetadata.Status |
StateToStatus.apply(State state) |
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.