public class StatisticsVisitorCallbackToXML extends Object implements com.helger.commons.statistics.util.IStatisticsVisitorCallback
IStatisticsVisitorCallback interface
that fills a micro element with all current values| Constructor and Description |
|---|
StatisticsVisitorCallbackToXML(IMicroElement eRoot) |
| Modifier and Type | Method and Description |
|---|---|
IMicroElement |
getRoot() |
void |
onCache(String sName,
com.helger.commons.statistics.IStatisticsHandlerCache aHandler) |
void |
onCounter(String sName,
com.helger.commons.statistics.IStatisticsHandlerCounter aHandler) |
void |
onKeyedCounter(String sName,
com.helger.commons.statistics.IStatisticsHandlerKeyedCounter aHandler) |
void |
onKeyedSize(String sName,
com.helger.commons.statistics.IStatisticsHandlerKeyedSize aHandler) |
void |
onKeyedTimer(String sName,
com.helger.commons.statistics.IStatisticsHandlerKeyedTimer aHandler) |
void |
onSize(String sName,
com.helger.commons.statistics.IStatisticsHandlerSize aHandler) |
void |
onTimer(String sName,
com.helger.commons.statistics.IStatisticsHandlerTimer aHandler) |
public StatisticsVisitorCallbackToXML(@Nonnull IMicroElement eRoot)
@Nonnull public IMicroElement getRoot()
null
.public void onCache(String sName, com.helger.commons.statistics.IStatisticsHandlerCache aHandler)
onCache in interface com.helger.commons.statistics.util.IStatisticsVisitorCallbackpublic void onTimer(String sName, com.helger.commons.statistics.IStatisticsHandlerTimer aHandler)
onTimer in interface com.helger.commons.statistics.util.IStatisticsVisitorCallbackpublic void onKeyedTimer(String sName, com.helger.commons.statistics.IStatisticsHandlerKeyedTimer aHandler)
onKeyedTimer in interface com.helger.commons.statistics.util.IStatisticsVisitorCallbackpublic void onSize(String sName, com.helger.commons.statistics.IStatisticsHandlerSize aHandler)
onSize in interface com.helger.commons.statistics.util.IStatisticsVisitorCallbackpublic void onKeyedSize(String sName, com.helger.commons.statistics.IStatisticsHandlerKeyedSize aHandler)
onKeyedSize in interface com.helger.commons.statistics.util.IStatisticsVisitorCallbackpublic void onCounter(String sName, com.helger.commons.statistics.IStatisticsHandlerCounter aHandler)
onCounter in interface com.helger.commons.statistics.util.IStatisticsVisitorCallbackpublic void onKeyedCounter(String sName, com.helger.commons.statistics.IStatisticsHandlerKeyedCounter aHandler)
onKeyedCounter in interface com.helger.commons.statistics.util.IStatisticsVisitorCallbackCopyright © 2014–2023 Philip Helger. All rights reserved.