public class WicketMetricsSettings extends Object
Constructor and Description |
---|
WicketMetricsSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getPrefix()
Gets the prefix.
|
boolean |
isEnabled()
If the wicket metrics are enabled
|
void |
setEnabled(boolean enabled)
If the metrics should be enabled
|
void |
setPrefix(String prefix)
Sets the prefix to be used for the statistics
|
void |
startJmxReporter()
Starts the jmx reporter
|
void |
stopJmxReporter()
Stops the jmx reporter
|
public void setEnabled(boolean enabled)
enabled
- if the metrics should be enabledpublic boolean isEnabled()
public String getPrefix()
public void setPrefix(String prefix)
prefix
- the prefix to be usedpublic void startJmxReporter()
public void stopJmxReporter()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.