Package sfc_ft_a

Class DCcontroller.tuningthread

java.lang.Object
sfc_ft_a.DCcontroller.tuningthread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
DCcontroller

class DCcontroller.tuningthread
extends java.lang.Object
implements java.lang.Runnable
thread that runs tuning procedure (PAGA)
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) services.VNFgraph cnet2  
    (package private) network.FTnetwork pnet2  
    private java.lang.Thread t  
    private java.lang.String threadName  
  • Constructor Summary

    Constructors
    Constructor Description
    tuningthread()  
  • Method Summary

    Modifier and Type Method Description
    void run()  
    void start()  

    Methods inherited from class java.lang.Object

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

    • t

      private java.lang.Thread t
    • threadName

      private java.lang.String threadName
    • pnet2

      network.FTnetwork pnet2
    • cnet2

      services.VNFgraph cnet2
  • Constructor Details

    • tuningthread

      tuningthread()
  • Method Details

    • run

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

      public void start()