public class JmxCollectorConfig extends Object
Constructor and Description |
---|
JmxCollectorConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getAgentAddress() |
String |
getConnectionName() |
JmxCollection |
getJmxCollection() |
int |
getRetries() |
Map<String,String> |
getServiceProperties() |
void |
setAgentAddress(String agentAddress) |
void |
setConnectionName(String connectionName) |
void |
setJmxCollection(JmxCollection jmxCollection) |
void |
setRetries(int retries) |
void |
setServiceProperties(Map<String,String> serviceProperties) |
public String getAgentAddress()
public void setAgentAddress(String agentAddress)
public int getRetries()
public void setRetries(int retries)
public String getConnectionName()
public void setConnectionName(String connectionName)
public void setJmxCollection(JmxCollection jmxCollection)
public JmxCollection getJmxCollection()
Copyright © 2015. All rights reserved.