Class StressTester.RpcServer

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    StressTester

    public static class StressTester.RpcServer
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.yahoo.jrt.Supervisor supervisor  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      protected void setUp()
      Set up RPC method handlers.
      void shutdown()  
      • Methods inherited from class java.lang.Object

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

      • supervisor

        protected com.yahoo.jrt.Supervisor supervisor
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • shutdown

        public void shutdown()
      • setUp

        protected void setUp()
        Set up RPC method handlers.