Interface ThresholdSelector
public interface ThresholdSelector
The interface ThresholdSelector represents a projection from the samplers
 with the same name to APDEX threshold information.
- Since:
- 3.0
- 
Method SummaryModifier and TypeMethodDescriptionDo a projection from the specified samplers name to APDEX threshold information.
- 
Method Details- 
selectDo a projection from the specified samplers name to APDEX threshold information.- Parameters:
- sampleName- the name of samples, or empty string for overall thresholds
- Returns:
- the apdex thresholds information
 
 
-