Uses of Class
org.graylog2.shared.system.stats.fs.FsStats.Filesystem
Packages that use FsStats.Filesystem
-
Uses of FsStats.Filesystem in org.graylog2.shared.system.stats.fs
Methods in org.graylog2.shared.system.stats.fs that return FsStats.FilesystemModifier and TypeMethodDescriptionstatic FsStats.FilesystemFsStats.Filesystem.create(String path, long total, long free, long available, long used, short usedPercent) static FsStats.FilesystemFsStats.Filesystem.create(String path, String mount, String dev, String typeName, String sysTypeName, long total, long free, long available, long used, short usedPercent, long inodesTotal, long inodesFree, long inodesUsed, short inodesUsedPercent, long diskReads, long diskWrites, long diskReadBytes, long diskWriteBytes, double diskQueue, double diskServiceTime) Methods in org.graylog2.shared.system.stats.fs that return types with arguments of type FsStats.FilesystemMethod parameters in org.graylog2.shared.system.stats.fs with type arguments of type FsStats.FilesystemModifier and TypeMethodDescriptionstatic FsStatsFsStats.create(Map<String, FsStats.Filesystem> filesystems)