public class CollectdConfiguration extends Object implements Serializable
Constructor and Description |
---|
CollectdConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addCollector(Collector collector) |
void |
addCollector(String service,
String className) |
void |
addPackage(Package p) |
boolean |
equals(Object obj) |
CollectdConfiguration |
getCollectdConfigurationForPackages(List<String> collectionPackageNames) |
List<Collector> |
getCollectors() |
Filter |
getFilter(String filterName) |
Package |
getPackage(String packageName) |
List<Package> |
getPackages() |
Integer |
getThreads()
The maximum number of threads used for data collection.
|
int |
hashCode() |
boolean |
removeCollector(Collector collector) |
boolean |
removePackage(Package p) |
void |
setCollectors(List<Collector> collectors) |
void |
setPackages(List<Package> packages) |
void |
setThreads(Integer threads) |
String |
toString() |
public Integer getThreads()
public void setThreads(Integer threads)
public void addPackage(Package p) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public boolean removePackage(Package p)
public void addCollector(Collector collector) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public boolean removeCollector(Collector collector)
public CollectdConfiguration getCollectdConfigurationForPackages(List<String> collectionPackageNames)
Copyright © 2021. All rights reserved.