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 Summary
Modifier and TypeMethodDescriptionDo a projection from the specified samplers name to APDEX threshold information. 
- 
Method Details
- 
select
Do 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
 
 
 -