Uses of Class
com.spotify.docker.client.messages.CpuStats.ThrottlingData
-
Packages that use CpuStats.ThrottlingData Package Description com.spotify.docker.client.messages -
-
Uses of CpuStats.ThrottlingData in com.spotify.docker.client.messages
Subclasses of CpuStats.ThrottlingData in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_CpuStats_ThrottlingData
Fields in com.spotify.docker.client.messages declared as CpuStats.ThrottlingData Modifier and Type Field Description private CpuStats.ThrottlingData
AutoValue_CpuStats.Builder. throttlingData
private CpuStats.ThrottlingData
AutoValue_CpuStats. throttlingData
Methods in com.spotify.docker.client.messages that return CpuStats.ThrottlingData Modifier and Type Method Description (package private) static CpuStats.ThrottlingData
CpuStats.ThrottlingData. create(java.lang.Long periods, java.lang.Long throttledPeriods, java.lang.Long throttledTime)
CpuStats.ThrottlingData
AutoValue_CpuStats. throttlingData()
abstract CpuStats.ThrottlingData
CpuStats. throttlingData()
Methods in com.spotify.docker.client.messages with parameters of type CpuStats.ThrottlingData Modifier and Type Method Description (package private) static CpuStats
CpuStats. create(CpuStats.CpuUsage cpuUsage, java.lang.Long systemCpuUsage, CpuStats.ThrottlingData throttlingData)
CpuStats.Builder
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.ThrottlingData Constructor Description AutoValue_CpuStats(CpuStats.CpuUsage cpuUsage, java.lang.Long systemCpuUsage, CpuStats.ThrottlingData throttlingData)
-