Package io.vertigo.database.timeseries
Class ClusteredMeasure
- java.lang.Object
-
- io.vertigo.database.timeseries.ClusteredMeasure
-
- All Implemented Interfaces:
Serializable
public class ClusteredMeasure extends Object implements Serializable
- Author:
- mlaroche
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusteredMeasure(String measure, List<Integer> thresholds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMeasure()
List<Integer>
getThresholds()
-