com.atlassian.confluence.util.profiling
Class DurationThresholdWarningTimingHelperFactory

java.lang.Object
  extended by com.atlassian.confluence.util.profiling.DurationThresholdWarningTimingHelperFactory

@Internal
@ThreadSafe
@ParametersAreNonnullByDefault
public class DurationThresholdWarningTimingHelperFactory
extends java.lang.Object

A factory for creating DurationThresholdWarningTimingHelper objects.

Since:
5.5.5

Constructor Summary
DurationThresholdWarningTimingHelperFactory()
           
 
Method Summary
static DurationThresholdWarningTimingHelper createFromSystemProperty(java.lang.String millisPropertyName, org.joda.time.Duration defaultThreshold)
          Factory method for creating a new instance using the given system property and default threshold to configure it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DurationThresholdWarningTimingHelperFactory

public DurationThresholdWarningTimingHelperFactory()
Method Detail

createFromSystemProperty

public static DurationThresholdWarningTimingHelper createFromSystemProperty(java.lang.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-2014 Atlassian. All Rights Reserved.