Class ClassLoaderMetric.ClassLoaderMetricBuilder
java.lang.Object
de.hybris.bootstrap.loader.metrics.ClassLoaderMetric.ClassLoaderMetricBuilder
- Enclosing class:
- ClassLoaderMetric
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withClassloader(String classloader) withEventTypeCount(Map<EventType, Integer> eventTypeCount) withIgnoredByRulesCount(Map<String, Integer> ignoredByRulesCount) withResourceType(ResourceType resourceType) withSource(String source)
-
Constructor Details
-
ClassLoaderMetricBuilder
public ClassLoaderMetricBuilder()
-
-
Method Details
-
withName
-
withClassloader
-
withSource
-
withResourceType
-
withEventTypeCount
public ClassLoaderMetric.ClassLoaderMetricBuilder withEventTypeCount(Map<EventType, Integer> eventTypeCount) -
withIgnoredByRulesCount
public ClassLoaderMetric.ClassLoaderMetricBuilder withIgnoredByRulesCount(Map<String, Integer> ignoredByRulesCount) -
build
-