com.atlassian.confluence.util.profiling
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DurationThresholdWarningTimingHelperFactory
public DurationThresholdWarningTimingHelperFactory()
createFromSystemProperty
public static DurationThresholdWarningTimingHelper createFromSystemProperty(String millisPropertyName,
@Nullable
org.joda.time.Duration defaultThreshold)
- Factory method for creating a new instance using the given system property and default threshold to configure it.
Copyright © 2003–2015 Atlassian. All rights reserved.