Uses of Enum Class
org.nuxeo.runtime.metrics.reporter.patch.NuxeoDatadogReporter.Expansion
Packages that use NuxeoDatadogReporter.Expansion
-
Uses of NuxeoDatadogReporter.Expansion in org.nuxeo.runtime.metrics.reporter
Methods in org.nuxeo.runtime.metrics.reporter that return types with arguments of type NuxeoDatadogReporter.ExpansionModifier and TypeMethodDescriptionprotected EnumSet<NuxeoDatadogReporter.Expansion>
DatadogReporter.getExpansions
(Set<io.dropwizard.metrics5.MetricAttribute> deniedExpansions) -
Uses of NuxeoDatadogReporter.Expansion in org.nuxeo.runtime.metrics.reporter.patch
Fields in org.nuxeo.runtime.metrics.reporter.patch with type parameters of type NuxeoDatadogReporter.ExpansionMethods in org.nuxeo.runtime.metrics.reporter.patch that return NuxeoDatadogReporter.ExpansionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static NuxeoDatadogReporter.Expansion[]
NuxeoDatadogReporter.Expansion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.nuxeo.runtime.metrics.reporter.patch with type arguments of type NuxeoDatadogReporter.ExpansionModifier and TypeMethodDescriptionNuxeoDatadogReporter.Builder.withExpansions
(EnumSet<NuxeoDatadogReporter.Expansion> expansions)