Uses of Class
com.spotify.docker.client.messages.CpuStats.ThrottlingData
Packages that use CpuStats.ThrottlingData
-
Uses of CpuStats.ThrottlingData in com.spotify.docker.client.messages
Subclasses of CpuStats.ThrottlingData in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as CpuStats.ThrottlingDataModifier and TypeFieldDescriptionprivate CpuStats.ThrottlingData
AutoValue_CpuStats.Builder.throttlingData
private final CpuStats.ThrottlingData
AutoValue_CpuStats.throttlingData
Methods in com.spotify.docker.client.messages that return CpuStats.ThrottlingDataModifier and TypeMethodDescription(package private) static CpuStats.ThrottlingData
AutoValue_CpuStats.throttlingData()
abstract CpuStats.ThrottlingData
CpuStats.throttlingData()
Methods in com.spotify.docker.client.messages with parameters of type CpuStats.ThrottlingDataModifier and TypeMethodDescription(package private) static CpuStats
CpuStats.create
(CpuStats.CpuUsage cpuUsage, Long systemCpuUsage, CpuStats.ThrottlingData throttlingData) AutoValue_CpuStats.Builder.throttlingData
(CpuStats.ThrottlingData throttlingData) abstract CpuStats.Builder
CpuStats.Builder.throttlingData
(CpuStats.ThrottlingData throttlingData) Constructors in com.spotify.docker.client.messages with parameters of type CpuStats.ThrottlingDataModifierConstructorDescriptionprivate
AutoValue_CpuStats
(CpuStats.CpuUsage cpuUsage, Long systemCpuUsage, CpuStats.ThrottlingData throttlingData)