Package jline.api.fj
Class FJ_bounds
java.lang.Object
jline.api.fj.FJ_bounds
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classResult container for Fork-Join bounds. -
Method Summary
Modifier and TypeMethodDescriptionstatic FJ_bounds.FJBoundsResultfj_bounds(int K, double lambda, double mu) Compute upper and lower bounds for K-way F/J response time.
-
Method Details
-
fj_bounds
Compute upper and lower bounds for K-way F/J response time.- Parameters:
K- Number of parallel servers (positive integer)lambda- Arrival ratemu- Service rate (mu > lambda for stability)- Returns:
- FJBoundsResult containing upper and lower bounds
- Throws:
IllegalArgumentException- if K < 1 or system is unstable
-