public interface StatsCmd extends AsyncDockerCmd<StatsCmd,Statistics>
Statistics is handled asynchronously because the docker remote API will block when a container
is stopped until the container is up again.| Modifier and Type | Interface and Description |
|---|---|
static interface |
StatsCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContainerId() |
StatsCmd |
withContainerId(java.lang.String containerId) |
exec@CheckForNull java.lang.String getContainerId()
StatsCmd withContainerId(@Nonnull java.lang.String containerId)
Copyright © 2020. All Rights Reserved.