Package io.ebean.meta
Class SortMetric
java.lang.Object
io.ebean.meta.SortMetric
public class SortMetric extends Object
Comparator for timed metrics sorted by name and then count.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSortMetric.CountSort by count desc.static classSortMetric.CountNameSort MetaCountMetric's by name.static classSortMetric.MaxSort by max desc.static classSortMetric.MeanSort by mean desc.static classSortMetric.NameSort by name.static classSortMetric.TotalSort by total time desc. -
Field Summary
Fields Modifier and Type Field Description static Comparator<MetaTimedMetric>COUNTstatic Comparator<MetaCountMetric>COUNT_NAMEstatic Comparator<MetaTimedMetric>MAXstatic Comparator<MetaTimedMetric>MEANstatic Comparator<MetaTimedMetric>NAMEstatic Comparator<MetaTimedMetric>TOTAL -
Constructor Summary
Constructors Constructor Description SortMetric() -
Method Summary
-
Field Details
-
COUNT_NAME
-
NAME
-
COUNT
-
TOTAL
-
MEAN
-
MAX
-
-
Constructor Details
-
SortMetric
public SortMetric()
-