java.lang.Object
io.ebean.meta.SortMetric
Comparator for timed metrics sorted by name and then count.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSort by count desc.static classSort MetaCountMetric's by name.static classSort by max desc.static classSort by mean desc.static classSort by name.static classSort by total time desc. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Comparator<MetaTimedMetric>static final Comparator<MetaCountMetric>static final Comparator<MetaTimedMetric>static final Comparator<MetaTimedMetric>static final Comparator<MetaTimedMetric>static final Comparator<MetaTimedMetric> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COUNT_NAME
-
NAME
-
COUNT
-
TOTAL
-
MEAN
-
MAX
-
-
Constructor Details
-
SortMetric
public SortMetric()
-