Package jline.api.fj

Class FJ_sm_tputKt

  • All Implemented Interfaces:

    
    public final class FJ_sm_tputKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Double fj_sm_tput(Integer K, Double mu) Maximum throughput for Split-Merge queueing system.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • fj_sm_tput

         final static Double fj_sm_tput(Integer K, Double mu)

        Maximum throughput for Split-Merge queueing system.

        lambda_K^SM = 1 / X_K^max = mu / H_K

        For comparison, the maximum throughput of a K-way F/J system is lambda_K^FJ = mu, which exceeds lambda_K^SM by a factor H_K.

        Parameters:
        K - Number of parallel servers (positive integer)
        mu - Service rate at each server
        Returns:

        Maximum throughput lambda_K^SM = mu / H_K