Interface TandemAnalysis

    • Method Detail

      • performTfaEnd2End

        static TotalFlowAnalysis performTfaEnd2End​(ServerGraph server_graph,
                                                   Flow flow_of_interest)
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • performSfaEnd2End

        static SeparateFlowAnalysis performSfaEnd2End​(ServerGraph server_graph,
                                                      Flow flow_of_interest)
                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • performPmooEnd2End

        static PmooAnalysis performPmooEnd2End​(ServerGraph server_graph,
                                               Flow flow_of_interest)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • performAnalysis

        void performAnalysis​(Flow flow_of_interest)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • performAnalysis

        void performAnalysis​(Flow flow_of_interest,
                             Path path)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getDelayBound

        Num getDelayBound()
      • getBacklogBound

        Num getBacklogBound()
      • getServerAlphasMap

        java.util.Map<Server,​java.util.Set<ArrivalCurve>> getServerAlphasMap()
      • getServerAlphasMapString

        java.lang.String getServerAlphasMapString()