public class JmxCollectorConfig extends Object
Constructor and Description |
---|
JmxCollectorConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getAgentAddress() |
JmxConnectors |
getConnectionName() |
JmxCollection |
getJmxCollection() |
int |
getRetries() |
Map<String,String> |
getServiceProperties() |
void |
setAgentAddress(String agentAddress) |
void |
setConnectionName(JmxConnectors 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 JmxConnectors getConnectionName()
public void setConnectionName(JmxConnectors connectionName)
public void setJmxCollection(JmxCollection jmxCollection)
public JmxCollection getJmxCollection()
Copyright © 2021. All rights reserved.