类 ServerListManager.ServerAddressIterator
- java.lang.Object
-
- com.alibaba.nacos.client.config.impl.ServerListManager.ServerAddressIterator
-
- 所有已实现的接口:
java.util.Iterator<java.lang.String>
- 封闭类:
- ServerListManager
private static class ServerListManager.ServerAddressIterator extends java.lang.Object implements java.util.Iterator<java.lang.String>Sort the address list, with the same room priority.
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 (专用程序包) static classServerListManager.ServerAddressIterator.RandomizedServerAddress
-
字段概要
字段 修饰符和类型 字段 说明 (专用程序包) java.util.Iterator<ServerListManager.ServerAddressIterator.RandomizedServerAddress>iter(专用程序包) java.util.List<ServerListManager.ServerAddressIterator.RandomizedServerAddress>sorted
-
构造器概要
构造器 构造器 说明 ServerAddressIterator(java.util.List<java.lang.String> source)
-
-
-
字段详细资料
-
sorted
final java.util.List<ServerListManager.ServerAddressIterator.RandomizedServerAddress> sorted
-
iter
final java.util.Iterator<ServerListManager.ServerAddressIterator.RandomizedServerAddress> iter
-
-