Package edu.jas.gb

Class GBHybridExerClient<C extends RingElem<C>>

  • All Implemented Interfaces:
    RemoteExecutable, java.io.Serializable, java.lang.Runnable

    class GBHybridExerClient<C extends RingElem<C>>
    extends java.lang.Object
    implements RemoteExecutable
    Objects of this class are to be send to a ExecutableServer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int dhtport  
      (package private) java.lang.String host  
      (package private) int port  
      (package private) int threadsPerNode  
    • Constructor Summary

      Constructors 
      Constructor Description
      GBHybridExerClient​(java.lang.String host, int threadsPerNode, int port, int dhtport)
      GBHybridExerClient.
    • Method Summary

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

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

      • host

        java.lang.String host
      • port

        int port
      • dhtport

        int dhtport
      • threadsPerNode

        int threadsPerNode
    • Constructor Detail

      • GBHybridExerClient

        public GBHybridExerClient​(java.lang.String host,
                                  int threadsPerNode,
                                  int port,
                                  int dhtport)
        GBHybridExerClient.
        Parameters:
        host -
        port -
        dhtport -
    • Method Detail

      • run

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

        public java.lang.String toString()
        String representation.
        Overrides:
        toString in class java.lang.Object