Package org.hotrod.torcs.rankings
Class Ranking
- java.lang.Object
-
- org.hotrod.torcs.QueryExecutionObserver
-
- org.hotrod.torcs.rankings.Ranking
-
- Direct Known Subclasses:
HighestFrequencyRanking,HighestImpactRanking,HighestResponseTimeRanking,InitialQueriesRanking,LatestQueriesRanking
public abstract class Ranking extends QueryExecutionObserver
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hotrod.torcs.QueryExecutionObserver
QueryExecutionObserver.ResetObserver
-
-
Constructor Summary
Constructors Constructor Description Ranking()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Collection<RankingEntry>getEntries()voidsaveAsXLSX(File file)voidsaveAsXLSX(OutputStream os)-
Methods inherited from class org.hotrod.torcs.QueryExecutionObserver
activate, apply, deactivate, executeReset, getLastReset, getTitle, isActive, reset, setResetObserver
-
-
-
-
Method Detail
-
getEntries
public abstract Collection<RankingEntry> getEntries()
-
saveAsXLSX
public void saveAsXLSX(File file) throws IOException
- Throws:
IOException
-
saveAsXLSX
public void saveAsXLSX(OutputStream os) throws IOException
- Throws:
IOException
-
-