public class WeightedRoundRobinView extends Object implements WeightedRoundRobinViewMBean
Constructor and Description |
---|
WeightedRoundRobinView(WeightedRoundRobin algorithm) |
Modifier and Type | Method and Description |
---|---|
void |
changeWeight(int pos,
int weight) |
int[] |
getCurrentWeights() |
public WeightedRoundRobinView(WeightedRoundRobin algorithm)
public void changeWeight(int pos, int weight)
changeWeight
in interface WeightedRoundRobinViewMBean
public int[] getCurrentWeights()
getCurrentWeights
in interface WeightedRoundRobinViewMBean
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.