public interface StatisticsPlugin extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear all statistics
|
String |
getDescription(String name)
Get the description
|
String |
getDescription(String name,
Locale locale)
Get the description
|
Set<String> |
getNames()
Get the statistics names
|
Class |
getType(String name)
Get the type
|
Object |
getValue(String name)
Get the value of the statistics
|
boolean |
isEnabled()
Is the statistics module enabled
|
void |
setEnabled(boolean v)
Set the statistics module enabled
|
Class getType(String name)
name
- The name of the statisticsString getDescription(String name)
name
- The name of the statisticsString getDescription(String name, Locale locale)
name
- The name of the statisticslocale
- The localeObject getValue(String name)
name
- The name of the statisticsboolean isEnabled()
void setEnabled(boolean v)
v
- The valuevoid clear()
Copyright © 2021 JBoss by Red Hat. All rights reserved.