Class IndexedNameSelector
java.lang.Object
org.apache.jmeter.report.processor.graph.IndexedNameSelector
- All Implemented Interfaces:
SampleSelector<Double>
,GraphKeysSelector
The class IndexedNameSelector provides a projection from a sample to its name
and maintains an index of the projected names.
- Since:
- 3.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IndexedNameSelector
public IndexedNameSelector()
-
-
Method Details
-
getNames
Gets the names.- Returns:
- the names
-
select
Description copied from interface:SampleSelector
Do the projection from the specified sample- Specified by:
select
in interfaceSampleSelector<Double>
- Parameters:
sample
- the sample- Returns:
- the projection result
-