Uses of Class
org.elasticsearch.client.ml.job.stats.SimpleStats
-
Packages that use SimpleStats Package Description org.elasticsearch.client.ml.job.stats -
-
Uses of SimpleStats in org.elasticsearch.client.ml.job.stats
Fields in org.elasticsearch.client.ml.job.stats with type parameters of type SimpleStats Modifier and Type Field Description static ConstructingObjectParser<SimpleStats,Void>SimpleStats. PARSERMethods in org.elasticsearch.client.ml.job.stats that return SimpleStats Modifier and Type Method Description SimpleStatsForecastStats. getMemoryStats()Statistics about the memory usage: minimum, maximum, average and total.SimpleStatsForecastStats. getRecordStats()Statistics about the number of forecast records: minimum, maximum, average and total.SimpleStatsForecastStats. getRuntimeStats()Statistics about the forecast runtime in milliseconds: minimum, maximum, average and totalConstructors in org.elasticsearch.client.ml.job.stats with parameters of type SimpleStats Constructor Description ForecastStats(long total, SimpleStats memoryStats, SimpleStats recordStats, SimpleStats runtimeStats, Map<String,Long> statusCounts)
-