Interface SecureDefaultsStats
- All Superinterfaces:
AutoCloseable,Closeable,com.atlassian.jira.util.stats.ManagedStats,NotifiesOnClose,RequestAwareStats
- All Known Implementing Classes:
SecureDefaultsStats.Data
public interface SecureDefaultsStats
extends com.atlassian.jira.util.stats.ManagedStats, RequestAwareStats, NotifiesOnClose
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Field Summary
Fields inherited from interface com.atlassian.jira.util.stats.ManagedStats
STATS_NAME_REGEX -
Method Summary
Modifier and TypeMethodDescriptionvoidactionAllowed(long micros) voidactionNotAllowed(long micros) voidfilterAllowed(long micros) voidfilterNotAllowed(long micros) voidpluginServletAllowed(long micros) voidpluginServletNotAllowed(long micros) voidservletAllowed(long micros) voidservletNotAllowed(long micros) Methods inherited from interface com.atlassian.jira.util.stats.ManagedStats
addJiraStatsListener, close, getMinInterval, getStatsName, getTotalMeasuredOperationsForStatsOverheadInMillis, removeJiraStatsListenerMethods inherited from interface com.atlassian.jira.util.stats.NotifiesOnClose
registerOnCloseListenerMethods inherited from interface com.atlassian.jira.util.stats.RequestAwareStats
onRequestFinished, onRequestStarted
-
Method Details
-
filterAllowed
void filterAllowed(long micros) -
filterNotAllowed
void filterNotAllowed(long micros) -
servletAllowed
void servletAllowed(long micros) -
servletNotAllowed
void servletNotAllowed(long micros) -
actionAllowed
void actionAllowed(long micros) -
actionNotAllowed
void actionNotAllowed(long micros) -
pluginServletAllowed
void pluginServletAllowed(long micros) -
pluginServletNotAllowed
void pluginServletNotAllowed(long micros)
-