Package org.hotrod.torcs.rankings
Class InitialQueriesRanking
- java.lang.Object
-
- org.hotrod.torcs.QueryExecutionObserver
-
- org.hotrod.torcs.rankings.Ranking
-
- org.hotrod.torcs.rankings.InitialQueriesRanking
-
public class InitialQueriesRanking extends Ranking
-
-
Constructor Summary
Constructors Constructor Description InitialQueriesRanking()InitialQueriesRanking(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidapply(QueryExecution execution)Collection<RankingEntry>getEntries()Collection<RankingEntry>getRanking()Deprecated.Collection<RankingEntry>getRankingByHighestAvgResponseTime()Collection<RankingEntry>getRankingByHighestResponseTime()Collection<RankingEntry>getRankingByMostErrors()Collection<RankingEntry>getRankingByMostExecuted()Collection<RankingEntry>getRankingByMostRecentlyExecuted()Collection<RankingEntry>getRankingByTotalElapsedTime()Collection<RankingEntry>getRankingErrorsByMostRecent()StringgetTitle()voidreset()voidsetSize(int size)-
Methods inherited from class org.hotrod.torcs.rankings.Ranking
saveAsXLSX, saveAsXLSX
-
Methods inherited from class org.hotrod.torcs.QueryExecutionObserver
activate, deactivate, isActive
-
-
-
-
Method Detail
-
setSize
public void setSize(int size)
-
getTitle
public String getTitle()
- Specified by:
getTitlein classQueryExecutionObserver
-
reset
public void reset()
- Specified by:
resetin classQueryExecutionObserver
-
apply
public void apply(QueryExecution execution)
- Specified by:
applyin classQueryExecutionObserver
-
getEntries
public Collection<RankingEntry> getEntries()
- Specified by:
getEntriesin classRanking
-
getRanking
@Deprecated public Collection<RankingEntry> getRanking()
Deprecated.Description copied from class:RankingUse getEntries() instead- Specified by:
getRankingin classRanking
-
getRankingByHighestResponseTime
public Collection<RankingEntry> getRankingByHighestResponseTime()
-
getRankingByHighestAvgResponseTime
public Collection<RankingEntry> getRankingByHighestAvgResponseTime()
-
getRankingByMostExecuted
public Collection<RankingEntry> getRankingByMostExecuted()
-
getRankingByTotalElapsedTime
public Collection<RankingEntry> getRankingByTotalElapsedTime()
-
getRankingByMostRecentlyExecuted
public Collection<RankingEntry> getRankingByMostRecentlyExecuted()
-
getRankingByMostErrors
public Collection<RankingEntry> getRankingByMostErrors()
-
getRankingErrorsByMostRecent
public Collection<RankingEntry> getRankingErrorsByMostRecent()
-
-