java.lang.Object
io.ebean.meta.SortMetric
Comparator for timed metrics sorted by name and then count.
-
Nested Class Summary
Modifier 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
Modifier 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
-
Method Summary
-
Field Details
-
COUNT_NAME
-
NAME
-
COUNT
-
TOTAL
-
MEAN
-
MAX
-
-
Constructor Details
-
SortMetric
public SortMetric()
-