Uses of Class
org.elasticsearch.monitor.os.OsStats.Swap
-
Packages that use OsStats.Swap Package Description org.elasticsearch.monitor.os -
-
Uses of OsStats.Swap in org.elasticsearch.monitor.os
Methods in org.elasticsearch.monitor.os that return OsStats.Swap Modifier and Type Method Description OsStats.SwapOsStats. getSwap()Constructors in org.elasticsearch.monitor.os with parameters of type OsStats.Swap Constructor Description OsStats(long timestamp, OsStats.Cpu cpu, OsStats.Mem mem, OsStats.Swap swap, OsStats.Cgroup cgroup)
-