Uses of Class
kieker.analysis.util.RunningMedian
Package | Description |
---|---|
kieker.analysis.util |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of RunningMedian in kieker.analysis.util
Methods in kieker.analysis.util that return RunningMedian Modifier and Type Method Description static RunningMedian<java.lang.Double>
RunningMedian. forDouble()
static RunningMedian<java.lang.Integer>
RunningMedian. forInteger()
static RunningMedian<java.lang.Long>
RunningMedian. forLong()