Uses of Interface
org.mandas.docker.client.messages.ContainerStats
-
Packages that use ContainerStats Package Description org.mandas.docker.client -
-
Uses of ContainerStats in org.mandas.docker.client
Methods in org.mandas.docker.client that return ContainerStats Modifier and Type Method Description ContainerStatsDefaultDockerClient. stats(String containerId)ContainerStatsDockerClient. stats(String containerId)Retrieves one-time stats (stream=0) for the container with the specified id.
-