public static class CallAnalyzer.MetricAnalysisConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected Long |
checkingInterval |
protected Long |
minimumDumpInterval |
protected Long |
stuckTimeBeforeDump |
Constructor and Description |
---|
CallAnalyzer.MetricAnalysisConfiguration(int checkingInterval,
int minDumpInterval,
int stuckTimerBeforeDump) |
CallAnalyzer.MetricAnalysisConfiguration(Long checkingInterval,
Long minDumpInterval,
Long stuckTimerBeforeDump) |
protected Long checkingInterval
protected Long minimumDumpInterval
protected Long stuckTimeBeforeDump
public CallAnalyzer.MetricAnalysisConfiguration(Long checkingInterval, Long minDumpInterval, Long stuckTimerBeforeDump)
public CallAnalyzer.MetricAnalysisConfiguration(int checkingInterval, int minDumpInterval, int stuckTimerBeforeDump)
Copyright © 2015. All Rights Reserved.