public class InMemory extends AbstractEvaluationStatisticsHandler
Modifier and Type | Field and Description |
---|---|
protected List<EvaluationStatistics> |
m_Statistics
the collected statistics.
|
m_Debug, m_LogListeners
Constructor and Description |
---|
InMemory() |
Modifier and Type | Method and Description |
---|---|
String |
globalInfo()
Description to be displayed in the GUI.
|
String |
initialize()
Initializes the handler.
|
boolean |
isThreadSafe()
Returns whether the handler is threadsafe.
|
List<EvaluationStatistics> |
read()
Reads the statistics.
|
String |
write(List<EvaluationStatistics> stats)
Stores the given statistics.
|
finish, getOptions, listOptions, setOptions
addLogListener, debug, getLogListeners, handleException, log, removeLogListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addLogListener, log, removeLogListener
protected List<EvaluationStatistics> m_Statistics
public boolean isThreadSafe()
isThreadSafe
in interface EvaluationStatisticsHandler
isThreadSafe
in class AbstractEvaluationStatisticsHandler
public String globalInfo()
globalInfo
in class AbstractEvaluationStatisticsHandler
public String initialize()
public List<EvaluationStatistics> read()
public String write(List<EvaluationStatistics> stats)
stats
- the statistics to storeCopyright © 2017. All Rights Reserved.