Uses of Class
com.spotify.docker.client.messages.MemoryStats.Stats
Packages that use MemoryStats.Stats
-
Uses of MemoryStats.Stats in com.spotify.docker.client.messages
Subclasses of MemoryStats.Stats in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as MemoryStats.StatsMethods in com.spotify.docker.client.messages that return MemoryStats.StatsModifier and TypeMethodDescription(package private) static MemoryStats.Stats
MemoryStats.Stats.create
(Long activeFile, Long totalActiveFile, Long inactiveFile, Long totalInactivefile, Long cache, Long totalCache, Long activeAnon, Long totalActiveAnon, Long inactiveAnon, Long totalInactiveAnon, BigInteger hierarchicalMemoryLimit, Long mappedFile, Long totalMappedFile, Long pgmajfault, Long totalPgmajfault, Long pgpgin, Long totalPgpgin, Long pgpgout, Long totalPgpgout, Long pgfault, Long totalPgfault, Long rss, Long totalRss, Long rssHuge, Long totalRssHuge, Long unevictable, Long totalUnevictable, Long writeback, Long totalWriteback) AutoValue_MemoryStats.stats()
abstract MemoryStats.Stats
MemoryStats.stats()
Methods in com.spotify.docker.client.messages with parameters of type MemoryStats.StatsConstructors in com.spotify.docker.client.messages with parameters of type MemoryStats.StatsModifierConstructorDescription(package private)
AutoValue_MemoryStats
(MemoryStats.Stats stats, Long maxUsage, Long usage, Long failcnt, Long limit)