|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MetricsMBean
MBean definition for metrics tracking from jmx
| Method Summary | |
|---|---|
Object |
get(String name)
|
boolean |
hasKey(String name)
Check if we're tracking a certain named key/metric |
void |
put(String name,
Object value)
Add a key/metric and its value to track |
| Methods inherited from interface javax.management.DynamicMBean |
|---|
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes |
| Method Detail |
|---|
boolean hasKey(String name)
void put(String name,
Object value)
throws IOException
name - Name of the key/metricvalue - value associated with the key
Exception
IOException
Object get(String name)
throws IOException
name -
Exception
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||