Uses of Class
com.alibaba.nacos.client.naming.net.NamingProxy
-
Packages that use NamingProxy Package Description com.alibaba.nacos.client.naming.beat com.alibaba.nacos.client.naming.core -
-
Uses of NamingProxy in com.alibaba.nacos.client.naming.beat
Constructors in com.alibaba.nacos.client.naming.beat with parameters of type NamingProxy Constructor Description BeatReactor(NamingProxy serverProxy)BeatReactor(NamingProxy serverProxy, int threadCount) -
Uses of NamingProxy in com.alibaba.nacos.client.naming.core
Constructors in com.alibaba.nacos.client.naming.core with parameters of type NamingProxy Constructor Description HostReactor(EventDispatcher eventDispatcher, NamingProxy serverProxy, String cacheDir)HostReactor(EventDispatcher eventDispatcher, NamingProxy serverProxy, String cacheDir, boolean loadCacheAtStart, int pollingThreadCount)
-