Uses of Class
jline.gen.Cluster
Packages that use Cluster
-
Uses of Cluster in jline.gen
Modifier and TypeMethodDescriptionCluster.setArrivalRate(double lambda) Single-class arrival rate.Cluster.setArrivalRates(double[] lambdas) Per-class arrival rates.Cluster.setArrivalSCV(double scv) Sets the squared coefficient of variation of the arrival process for every class (broadcast).Cluster.setArrivalSCV(double[] scvs) Per-class arrival SCV.Cluster.setClosed(int[] population, double[] thinkTimes) Switches the cluster to the closed variant with one entry per class.Cluster.setClosed(int population, double thinkTime) Switches the cluster to the closed variant with a single class.Cluster.setDispatching(RoutingStrategy d) Sets the dispatching strategy applied at the router.Cluster.setKChoices(int k) Configures power-of-K-choices dispatching: pick the best ofkrandomly chosen servers.Cluster.setKChoices(int k, boolean withMemory) Configures power-of-K-choices dispatching with the given memory flag.Cluster.setNumStations(int M) Sets the number of parallel server queues.Cluster.setProbabilities(double[] probs) Configures probabilistic dispatching with per-server probabilities (broadcast to all classes).Cluster.setProbabilities(double[][] probs) Configures probabilistic dispatching with per-class, per-server probabilities.Cluster.setScheduling(SchedStrategy s) Sets the scheduling discipline used at every server.Cluster.setServiceRate(double mu) Single service rate, broadcast across all (server, class) pairs.Cluster.setServiceRates(double[][] rates) Per-(server, class) service rates as a(numStations x R)matrix.Cluster.setServiceSCV(double scv) Sets the squared coefficient of variation of the service distribution for every (server, class) pair (broadcast).Cluster.setServiceSCV(double[][] scvs) Per-(server, class) service SCV.Cluster.setStationCounts(int[] counts) Sets per-server multiplicity (default: all 1).Cluster.setWeights(int[] weights) Configures weighted round-robin dispatching with per-server integer weights.