Uses of Class
com.spotify.docker.client.messages.ContainerStats
-
Packages that use ContainerStats Package Description com.spotify.docker.client com.spotify.docker.client.messages -
-
Uses of ContainerStats in com.spotify.docker.client
Methods in com.spotify.docker.client that return ContainerStats Modifier and Type Method Description ContainerStats
DefaultDockerClient. stats(java.lang.String containerId)
ContainerStats
DockerClient. stats(java.lang.String containerId)
Retrieves one-time stats (stream=0) for the container with the specified id. -
Uses of ContainerStats in com.spotify.docker.client.messages
Subclasses of ContainerStats in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_ContainerStats
Methods in com.spotify.docker.client.messages that return ContainerStats Modifier and Type Method Description (package private) static ContainerStats
ContainerStats. create(java.util.Date read, NetworkStats networkStats, java.util.Map<java.lang.String,NetworkStats> networks, MemoryStats memoryStats, BlockIoStats blockIoStats, CpuStats cpuStats, CpuStats precpuStats)
-