Class AutoValue_MemoryStats_Stats
java.lang.Object
com.spotify.docker.client.messages.MemoryStats.Stats
com.spotify.docker.client.messages.AutoValue_MemoryStats_Stats
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_MemoryStats_Stats
extends MemoryStats.Stats
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Long
private final Long
private final Long
private final BigInteger
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
private final Long
-
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_MemoryStats_Stats
(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 totalWriteback, Long writeback) -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.MemoryStats.Stats
create
-
Field Details
-
activeFile
-
totalActiveFile
-
inactiveFile
-
totalInactiveFile
-
cache
-
totalCache
-
activeAnon
-
totalActiveAnon
-
inactiveAnon
-
totalInactiveAnon
-
hierarchicalMemoryLimit
-
mappedFile
-
totalMappedFile
-
pgmajfault
-
totalPgmajfault
-
pgpgin
-
totalPgpgin
-
pgpgout
-
totalPgpgout
-
pgfault
-
totalPgfault
-
rss
-
totalRss
-
rssHuge
-
totalRssHuge
-
unevictable
-
totalUnevictable
-
totalWriteback
-
writeback
-
-
Constructor Details
-
AutoValue_MemoryStats_Stats
AutoValue_MemoryStats_Stats(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, @Nullable Long totalWriteback, @Nullable Long writeback)
-
-
Method Details
-
activeFile
- Specified by:
activeFile
in classMemoryStats.Stats
-
totalActiveFile
- Specified by:
totalActiveFile
in classMemoryStats.Stats
-
inactiveFile
- Specified by:
inactiveFile
in classMemoryStats.Stats
-
totalInactiveFile
- Specified by:
totalInactiveFile
in classMemoryStats.Stats
-
cache
- Specified by:
cache
in classMemoryStats.Stats
-
totalCache
- Specified by:
totalCache
in classMemoryStats.Stats
-
activeAnon
- Specified by:
activeAnon
in classMemoryStats.Stats
-
totalActiveAnon
- Specified by:
totalActiveAnon
in classMemoryStats.Stats
-
inactiveAnon
- Specified by:
inactiveAnon
in classMemoryStats.Stats
-
totalInactiveAnon
- Specified by:
totalInactiveAnon
in classMemoryStats.Stats
-
hierarchicalMemoryLimit
- Specified by:
hierarchicalMemoryLimit
in classMemoryStats.Stats
-
mappedFile
- Specified by:
mappedFile
in classMemoryStats.Stats
-
totalMappedFile
- Specified by:
totalMappedFile
in classMemoryStats.Stats
-
pgmajfault
- Specified by:
pgmajfault
in classMemoryStats.Stats
-
totalPgmajfault
- Specified by:
totalPgmajfault
in classMemoryStats.Stats
-
pgpgin
- Specified by:
pgpgin
in classMemoryStats.Stats
-
totalPgpgin
- Specified by:
totalPgpgin
in classMemoryStats.Stats
-
pgpgout
- Specified by:
pgpgout
in classMemoryStats.Stats
-
totalPgpgout
- Specified by:
totalPgpgout
in classMemoryStats.Stats
-
pgfault
- Specified by:
pgfault
in classMemoryStats.Stats
-
totalPgfault
- Specified by:
totalPgfault
in classMemoryStats.Stats
-
rss
- Specified by:
rss
in classMemoryStats.Stats
-
totalRss
- Specified by:
totalRss
in classMemoryStats.Stats
-
rssHuge
- Specified by:
rssHuge
in classMemoryStats.Stats
-
totalRssHuge
- Specified by:
totalRssHuge
in classMemoryStats.Stats
-
unevictable
- Specified by:
unevictable
in classMemoryStats.Stats
-
totalUnevictable
- Specified by:
totalUnevictable
in classMemoryStats.Stats
-
totalWriteback
- Specified by:
totalWriteback
in classMemoryStats.Stats
-
writeback
- Specified by:
writeback
in classMemoryStats.Stats
-
toString
-
equals
-
hashCode
public int hashCode()
-