Uses of Class
org.jmxtrans.embedded.EmbeddedJmxTransException
| Package | Description |
|---|---|
| org.jmxtrans.embedded.config | |
| org.jmxtrans.embedded.util.json |
-
Uses of EmbeddedJmxTransException in org.jmxtrans.embedded.config
Methods in org.jmxtrans.embedded.config that throw EmbeddedJmxTransException Modifier and Type Method Description KeyValueEtcdKVStore. getKeyValue(String KeyURI)Get a key value from etcd.KeyValueKVStore. getKeyValue(String KeyURI)Retrieves the value of a key from the kv store.protected voidConfigurationParser. mergeEmbeddedJmxTransConfiguration(String configurationUrl, EmbeddedJmxTrans embeddedJmxTrans)EmbeddedJmxTransConfigurationParser. newEmbeddedJmxTrans(String configurationUrl)EmbeddedJmxTransConfigurationParser. newEmbeddedJmxTrans(String... configurationUrls)EmbeddedJmxTransConfigurationParser. newEmbeddedJmxTrans(List<String> configurationUrls)EmbeddedJmxTransConfigurationParser. newEmbeddedJmxTransWithCustomMBeanServer(List<String> configurationUrls, MBeanServer mbeanServer) -
Uses of EmbeddedJmxTransException in org.jmxtrans.embedded.util.json
Methods in org.jmxtrans.embedded.util.json that throw EmbeddedJmxTransException Modifier and Type Method Description protected StringPropertyPlaceholderResolver. resolvePlaceholder(String property, String defaultValue)Search for the given placeholder in system properties then in environment variables.StringPropertyPlaceholderResolver. resolveString(String string)Parse the givenstringresolving property placeholders (${my-property[:default-value]})