Class DurationThresholdWarningTimingHelperFactory
java.lang.Object
com.atlassian.confluence.util.profiling.DurationThresholdWarningTimingHelperFactory
@Internal
@ThreadSafe
@ParametersAreNonnullByDefault
public class DurationThresholdWarningTimingHelperFactory
extends Object
A factory for creating
DurationThresholdWarningTimingHelper
objects.- Since:
- 5.5.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFromSystemProperty
(String millisPropertyName, @Nullable Duration defaultThreshold)
-
Constructor Details
-
DurationThresholdWarningTimingHelperFactory
public DurationThresholdWarningTimingHelperFactory()
-
-
Method Details
-
createFromSystemProperty
public static DurationThresholdWarningTimingHelper createFromSystemProperty(String millisPropertyName, @Nullable Duration defaultThreshold)
-