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() |
java.lang.Boolean |
hasNoStream() |
StatsCmd |
withContainerId(java.lang.String containerId) |
StatsCmd |
withNoStream(boolean noStream) |
exec
Copyright © 2020. All Rights Reserved.