Package jline.api.fj

Class FJ_boundsKt

  • All Implemented Interfaces:

    
    public final class FJ_boundsKt
    
                        
    • 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 FJBoundsResult fj_bounds(Integer K, Double lambda, Double mu) Compute upper and lower bounds for K-way F/J response time.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • fj_bounds

         final static FJBoundsResult fj_bounds(Integer K, Double lambda, Double mu)

        Compute upper and lower bounds for K-way F/J response time.

        Parameters:
        K - Number of parallel servers (positive integer)
        lambda - Arrival rate
        mu - Service rate (mu lambda for stability)
        Returns:

        FJBoundsResult containing upper and lower bounds