Class LayeredCQModel

  • All Implemented Interfaces:

    
    public class LayeredCQModel
    
                        

    Model definitions for Layered CQ (Contention Queue) examples. Companion class to LayeredCQExamples.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      LayeredCQModel()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static LayeredNetwork lcq_singlehost() Model for lcq_singlehost.ipynb - matches MATLAB lcq_singlehost.
      static LayeredNetwork lcq_threehosts() Model for lcq_threehosts.ipynb - matches MATLAB lcq_threehosts.
      • Methods inherited from class java.lang.Object

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

      • LayeredCQModel

        LayeredCQModel()
    • Method Detail

      • lcq_singlehost

         static LayeredNetwork lcq_singlehost()

        Model for lcq_singlehost.ipynb - matches MATLAB lcq_singlehost.m This model includes a cache task with hit/miss activities

      • lcq_threehosts

         static LayeredNetwork lcq_threehosts()

        Model for lcq_threehosts.ipynb - matches MATLAB lcq_threehosts.m This model includes a cache task with three hosts (processors)