Class ActionPlan

  • All Implemented Interfaces:
    java.io.Serializable

    public class ActionPlan
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionPlan​(org.openjdk.jmh.runner.ActionType type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(org.openjdk.jmh.runner.Action action)  
      java.util.List<org.openjdk.jmh.runner.Action> getActions()  
      java.util.List<org.openjdk.jmh.runner.Action> getMeasurementActions()  
      org.openjdk.jmh.runner.ActionType getType()  
      void mixIn​(ActionPlan other)  
      • Methods inherited from class java.lang.Object

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

      • ActionPlan

        public ActionPlan​(org.openjdk.jmh.runner.ActionType type)
    • Method Detail

      • getType

        public org.openjdk.jmh.runner.ActionType getType()
      • add

        public void add​(org.openjdk.jmh.runner.Action action)
      • getActions

        public java.util.List<org.openjdk.jmh.runner.Action> getActions()
      • getMeasurementActions

        public java.util.List<org.openjdk.jmh.runner.Action> getMeasurementActions()