Package edu.jas.gb

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

  • All Implemented Interfaces:
    java.lang.Runnable

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

      Fields 
      Modifier and Type Field Description
      static int ackTag
      Message tag for acknowledgments.
      boolean debug  
      static int pairTag
      Message tag for pairs.
      static int resultTag
      Message tag for results.
    • Method Summary

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

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

      • debug

        public final boolean debug
      • pairTag

        public static final int pairTag
        Message tag for pairs.
      • resultTag

        public static final int resultTag
        Message tag for results.
      • ackTag

        public static final int ackTag
        Message tag for acknowledgments.
    • Method Detail

      • run

        public void run()
        Work loop.
        Specified by:
        run in interface java.lang.Runnable
        See Also:
        Runnable.run()