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.ThrottlingDataAutoValue_CpuStats.Builder.throttlingDataprivate final CpuStats.ThrottlingDataAutoValue_CpuStats.throttlingDataMethods in com.spotify.docker.client.messages that return CpuStats.ThrottlingDataModifier and TypeMethodDescription(package private) static CpuStats.ThrottlingDataAutoValue_CpuStats.throttlingData()abstract CpuStats.ThrottlingDataCpuStats.throttlingData()Methods in com.spotify.docker.client.messages with parameters of type CpuStats.ThrottlingDataModifier and TypeMethodDescription(package private) static CpuStatsCpuStats.create(CpuStats.CpuUsage cpuUsage, Long systemCpuUsage, CpuStats.ThrottlingData throttlingData) AutoValue_CpuStats.Builder.throttlingData(CpuStats.ThrottlingData throttlingData) abstract CpuStats.BuilderCpuStats.Builder.throttlingData(CpuStats.ThrottlingData throttlingData) Constructors in com.spotify.docker.client.messages with parameters of type CpuStats.ThrottlingDataModifierConstructorDescriptionprivateAutoValue_CpuStats(CpuStats.CpuUsage cpuUsage, Long systemCpuUsage, CpuStats.ThrottlingData throttlingData)