Class IndexedNameSelector

  • All Implemented Interfaces:
    org.apache.jmeter.report.core.SampleSelector , org.apache.jmeter.report.processor.graph.GraphKeysSelector

    
    public class IndexedNameSelector
     implements GraphKeysSelector
                        

    The class IndexedNameSelector provides a projection from a sample to its name and maintains an index of the projected names.

    Since:

    3.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final List<String> names
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<String> getNames() Gets the names.
      Double select(Sample sample) Do the projection from the specified sample
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexedNameSelector

        IndexedNameSelector()
    • Method Detail

      • select

         Double select(Sample sample)

        Do the projection from the specified sample

        Parameters:
        sample - the sample
        Returns:

        the projection result