Class StressCommand

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action

    public class StressCommand
    extends java.lang.Object
    implements org.apache.karaf.shell.api.action.Action
    Used to stress the persistence layer with generated collection sets.
    Author:
    jwhite
    • Constructor Summary

      Constructors 
      Constructor Description
      StressCommand()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void execute()  
      • Methods inherited from class java.lang.Object

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

      • StressCommand

        public StressCommand()
    • Method Detail

      • execute

        public java.lang.Void execute()
                               throws java.lang.Exception
        Specified by:
        execute in interface org.apache.karaf.shell.api.action.Action
        Throws:
        java.lang.Exception