java.lang.Object
io.ebean.meta.SortMetric
Comparator for timed metrics sorted by name and then count.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Sort by count desc.static class
Sort MetaCountMetric's by name.static class
Sort by max desc.static class
Sort by mean desc.static class
Sort by name.static class
Sort 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()
-