public class JmxDatacollectionConfig extends Object implements Serializable
| Constructor and Description | 
|---|
JmxDatacollectionConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addJmxCollection(JmxCollection jmxCollection)  | 
boolean | 
equals(Object obj)  | 
JmxCollection | 
getJmxCollection(int index)
Method getJmxCollection. 
 | 
JmxCollection | 
getJmxCollection(String collectionName)  | 
int | 
getJmxCollectionCount()  | 
List<JmxCollection> | 
getJmxCollectionList()  | 
String | 
getRrdRepository()  | 
int | 
hashCode()  | 
JmxDatacollectionConfig | 
merge(JmxDatacollectionConfig other)  | 
boolean | 
removeJmxCollection(JmxCollection vJmxCollection)  | 
void | 
setJmxCollectionList(List<JmxCollection> jmxCollectionList)  | 
void | 
setRrdRepository(String rrdRepository)  | 
public void addJmxCollection(JmxCollection jmxCollection)
public JmxCollection getJmxCollection(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsException - if the index
                                   given is outside the bounds of the collectionpublic JmxCollection getJmxCollection(String collectionName)
public int getJmxCollectionCount()
public String getRrdRepository()
public boolean removeJmxCollection(JmxCollection vJmxCollection)
public void setJmxCollectionList(List<JmxCollection> jmxCollectionList)
public List<JmxCollection> getJmxCollectionList()
public void setRrdRepository(String rrdRepository)
public JmxDatacollectionConfig merge(JmxDatacollectionConfig other)
Copyright © 2020. All rights reserved.