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, setOptionsaddLogListener, debug, getLogListeners, handleException, log, removeLogListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddLogListener, log, removeLogListenerprotected List<EvaluationStatistics> m_Statistics
public boolean isThreadSafe()
isThreadSafe in interface EvaluationStatisticsHandlerisThreadSafe in class AbstractEvaluationStatisticsHandlerpublic String globalInfo()
globalInfo in class AbstractEvaluationStatisticsHandlerpublic String initialize()
public List<EvaluationStatistics> read()
public String write(List<EvaluationStatistics> stats)
stats - the statistics to storeCopyright © 2017. All Rights Reserved.