public class JmxObjectNameFactory extends Object implements com.codahale.metrics.ObjectNameFactory
| Constructor and Description |
|---|
JmxObjectNameFactory(String reporterName,
String domain,
String... additionalProperties)
Create ObjectName factory.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectName |
createName(String type,
String currentDomain,
String name)
Create a hierarchical name.
|
public ObjectName createName(String type, String currentDomain, String name)
createName in interface com.codahale.metrics.ObjectNameFactorytype - metric class, eg. "counters", may be null for non-metric MBeanscurrentDomain - JMX domainname - object nameCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.