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 ParameterSetParameterSet. createChild(String name)Create a new child parameter set with the given name, and return it.ParameterSetParameterSet. 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 ParameterSetResourceAdaptorStatsManager. getOrCreateParameterSet(ParameterSet parent, String name)Get a child parameter set of the specified parent.ParameterSetResourceAdaptorStatsManager. getOrCreateParameterSet(ParameterSet parent, String name, String type)Get a child parameter set for the specified parent.ParameterSetResourceAdaptorStatsManager. 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 ParameterSetResourceAdaptorStatsManager. getOrCreateParameterSet(ParameterSet parent, String name)Get a child parameter set of the specified parent.ParameterSetResourceAdaptorStatsManager. getOrCreateParameterSet(ParameterSet parent, String name, String type)Get a child parameter set for the specified parent.voidResourceAdaptorStatsManager. removeParameterSet(ParameterSet paramSet)Remove a parameter set.
-