| Package | Description |
|---|---|
| org.jmxtrans.embedded.config | |
| org.jmxtrans.embedded.util.json |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
KVStore.getKeyValue(String KeyURI)
Retrieves the value of a key from the kv store.
|
KeyValue |
EtcdKVStore.getKeyValue(String KeyURI)
Get a key value from etcd.
|
protected void |
ConfigurationParser.mergeEmbeddedJmxTransConfiguration(String configurationUrl,
EmbeddedJmxTrans embeddedJmxTrans) |
EmbeddedJmxTrans |
ConfigurationParser.newEmbeddedJmxTrans(List<String> configurationUrls) |
EmbeddedJmxTrans |
ConfigurationParser.newEmbeddedJmxTrans(String... configurationUrls) |
EmbeddedJmxTrans |
ConfigurationParser.newEmbeddedJmxTrans(String configurationUrl) |
EmbeddedJmxTrans |
ConfigurationParser.newEmbeddedJmxTransWithCustomMBeanServer(List<String> configurationUrls,
MBeanServer mbeanServer) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
PropertyPlaceholderResolver.resolvePlaceholder(String property,
String defaultValue)
Search for the given placeholder in system properties then in environment variables.
|
String |
PropertyPlaceholderResolver.resolveString(String string)
Parse the given
string resolving property placeholders (${my-property[:default-value]}) |
Copyright © 2016. All Rights Reserved.