Uses of Class
com.spotify.docker.client.messages.MemoryStats.Stats
-
Packages that use MemoryStats.Stats Package Description com.spotify.docker.client.messages -
-
Uses of MemoryStats.Stats in com.spotify.docker.client.messages
Subclasses of MemoryStats.Stats in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_MemoryStats_Stats
Fields in com.spotify.docker.client.messages declared as MemoryStats.Stats Modifier and Type Field Description private MemoryStats.Stats
AutoValue_MemoryStats. stats
Methods in com.spotify.docker.client.messages that return MemoryStats.Stats Modifier and Type Method Description (package private) static MemoryStats.Stats
MemoryStats.Stats. create(java.lang.Long activeFile, java.lang.Long totalActiveFile, java.lang.Long inactiveFile, java.lang.Long totalInactivefile, java.lang.Long cache, java.lang.Long totalCache, java.lang.Long activeAnon, java.lang.Long totalActiveAnon, java.lang.Long inactiveAnon, java.lang.Long totalInactiveAnon, java.math.BigInteger hierarchicalMemoryLimit, java.lang.Long mappedFile, java.lang.Long totalMappedFile, java.lang.Long pgmajfault, java.lang.Long totalPgmajfault, java.lang.Long pgpgin, java.lang.Long totalPgpgin, java.lang.Long pgpgout, java.lang.Long totalPgpgout, java.lang.Long pgfault, java.lang.Long totalPgfault, java.lang.Long rss, java.lang.Long totalRss, java.lang.Long rssHuge, java.lang.Long totalRssHuge, java.lang.Long unevictable, java.lang.Long totalUnevictable, java.lang.Long writeback, java.lang.Long totalWriteback)
MemoryStats.Stats
AutoValue_MemoryStats. stats()
abstract MemoryStats.Stats
MemoryStats. stats()
Methods in com.spotify.docker.client.messages with parameters of type MemoryStats.Stats Modifier and Type Method Description (package private) static MemoryStats
MemoryStats. create(MemoryStats.Stats stats, java.lang.Long maxUsage, java.lang.Long usage, java.lang.Long failcnt, java.lang.Long limit)
Constructors in com.spotify.docker.client.messages with parameters of type MemoryStats.Stats Constructor Description AutoValue_MemoryStats(MemoryStats.Stats stats, java.lang.Long maxUsage, java.lang.Long usage, java.lang.Long failcnt, java.lang.Long limit)
-