Package com.netcracker.profiler.agent
Interface MetricsConfiguration
public interface MetricsConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiongetName()intisCustom()voidsetIsCustom(String isCustom) voidsetMatchingClass(String matchingClass) voidsetMatchingMethod(String matchingMethod) void
-
Method Details
-
getName
String getName() -
isCustom
Boolean isCustom() -
setName
-
setIsCustom
-
getMatchingClass
String getMatchingClass() -
setMatchingClass
-
getMatchingMethod
String getMatchingMethod() -
setMatchingMethod
-
getAggregationParameters
List<AggregationParameterDescriptor> getAggregationParameters() -
getMetrics
List<MetricsDescription> getMetrics() -
getOutputVersion
int getOutputVersion()
-