Package edu.jas.gb

Class MPJReducerClient<C extends edu.jas.structure.RingElem<C>>

  • All Implemented Interfaces:
    java.lang.Runnable

    class MPJReducerClient<C extends edu.jas.structure.RingElem<C>>
    extends java.lang.Object
    implements java.lang.Runnable
    Distributed clients reducing worker threads.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Main run method.
      • Methods inherited from class java.lang.Object

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

      • run

        public void run()
        Main run method.
        Specified by:
        run in interface java.lang.Runnable