Uses of Class
org.graylog2.system.stats.mongo.DatabaseStats.DataFileVersion
Packages that use DatabaseStats.DataFileVersion
-
Uses of DatabaseStats.DataFileVersion in org.graylog2.system.stats.mongo
Methods in org.graylog2.system.stats.mongo that return DatabaseStats.DataFileVersionModifier and TypeMethodDescriptionDatabaseStats.DataFileVersion.create(int major, int minor) abstract DatabaseStats.DataFileVersionDatabaseStats.dataFileVersion()Methods in org.graylog2.system.stats.mongo with parameters of type DatabaseStats.DataFileVersionModifier and TypeMethodDescriptionstatic DatabaseStatsDatabaseStats.create(String db, long collections, long objects, double avgObjSize, long dataSize, long storageSize, Long numExtents, long indexes, long indexSize, Long fileSize, Long nsSizeMB, DatabaseStats.ExtentFreeList extentFreeList, DatabaseStats.DataFileVersion dataFileVersion)