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 |
---|---|
String |
getContainerId() |
Boolean |
hasNoStream() |
StatsCmd |
withContainerId(String containerId) |
StatsCmd |
withNoStream(boolean noStream) |
exec, start
@CheckForNull String getContainerId()
@CheckForNull Boolean hasNoStream()
StatsCmd withNoStream(boolean noStream)
Copyright © 2021. All rights reserved.