Uses of Interface
com.opencloud.monitoring.ParameterSet
-
Packages that use ParameterSet Package Description com.opencloud.monitoring com.opencloud.rhino.monitoring.stats -
-
Uses of ParameterSet in com.opencloud.monitoring
Methods in com.opencloud.monitoring that return ParameterSet Modifier and Type Method Description ParameterSet
ParameterSet. createChild(String name)
Create a new child parameter set with the given name, and return it.ParameterSet
ParameterSet. getParent()
Return the parent parameter set, or null if this is the rootMethods in com.opencloud.monitoring that return types with arguments of type ParameterSet Modifier and Type Method Description Collection<ParameterSet>
ParameterSet. getChildren()
Return all child parameter sets of this parameter set. -
Uses of ParameterSet in com.opencloud.rhino.monitoring.stats
Methods in com.opencloud.rhino.monitoring.stats that return ParameterSet Modifier and Type Method Description ParameterSet
ResourceAdaptorStatsManager. getOrCreateParameterSet(ParameterSet parent, String name)
Get a child parameter set of the specified parent.ParameterSet
ResourceAdaptorStatsManager. getOrCreateParameterSet(ParameterSet parent, String name, String type)
Get a child parameter set for the specified parent.ParameterSet
ResourceAdaptorStatsManager. getRootParameterSet()
Get the root parameter set for the resource adaptor entity.Methods in com.opencloud.rhino.monitoring.stats with parameters of type ParameterSet Modifier and Type Method Description ParameterSet
ResourceAdaptorStatsManager. getOrCreateParameterSet(ParameterSet parent, String name)
Get a child parameter set of the specified parent.ParameterSet
ResourceAdaptorStatsManager. getOrCreateParameterSet(ParameterSet parent, String name, String type)
Get a child parameter set for the specified parent.void
ResourceAdaptorStatsManager. removeParameterSet(ParameterSet paramSet)
Remove a parameter set.
-