public class ClassLoaderMetricRegistry extends java.lang.Object implements ClassLoaderMetricEventListener
| Constructor and Description |
|---|
ClassLoaderMetricRegistry() |
ClassLoaderMetricRegistry(ClasspathEfficiencyEvaluator classpathEvaluator,
YURLClasspathProvider yurlClasspathProvider) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClasspathLocationUsage> |
findLoadedByClasspathLocation() |
java.util.List<ClassLoaderMetric> |
findMetrics(MetricQueryCriteria criteria) |
void |
onEvent(ClassLoaderMetricEvent event) |
ClasspathReorderingResult |
reorderClasspath() |
public ClassLoaderMetricRegistry()
public ClassLoaderMetricRegistry(ClasspathEfficiencyEvaluator classpathEvaluator, YURLClasspathProvider yurlClasspathProvider)
public void onEvent(ClassLoaderMetricEvent event)
onEvent in interface ClassLoaderMetricEventListenerpublic java.util.List<ClassLoaderMetric> findMetrics(MetricQueryCriteria criteria)
public java.util.List<ClasspathLocationUsage> findLoadedByClasspathLocation()
public ClasspathReorderingResult reorderClasspath()
Copyright © 2018 SAP SE. All Rights Reserved.