Uses of Class
com.alibaba.nacos.client.naming.utils.Pair
-
Packages that use Pair Package Description com.alibaba.nacos.client.naming.utils -
-
Uses of Pair in com.alibaba.nacos.client.naming.utils
Method parameters in com.alibaba.nacos.client.naming.utils with type arguments of type Pair Modifier and Type Method Description voidChooser. refresh(List<Pair<T>> itemsWithWeight)Constructor parameters in com.alibaba.nacos.client.naming.utils with type arguments of type Pair Constructor Description Chooser(K uniqueKey, List<Pair<T>> pairs)Ref(List<Pair<T>> itemsWithWeight)
-