Searched refs:SortShardObj (Results 1 – 1 of 1) sorted by relevance
260 List<SortShardObj> shardTimes = new ArrayList<>(); in topBottom()270 shardTimes.add(new SortShardObj(index, aggTime)); in topBottom()299 private class SortShardObj implements Comparable<SortShardObj> { class in StrictShardHelper303 public SortShardObj(int index, long aggTime) { in SortShardObj() method in StrictShardHelper.SortShardObj309 public int compareTo(SortShardObj obj) { in compareTo()