Class BeatReactor
- java.lang.Object
-
- com.alibaba.nacos.client.naming.beat.BeatReactor
-
public class BeatReactor extends Object
- Author:
- harold
-
-
Constructor Summary
Constructors Constructor Description BeatReactor(NamingProxy serverProxy)BeatReactor(NamingProxy serverProxy, int threadCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBeatInfo(String serviceName, BeatInfo beatInfo)StringbuildKey(String serviceName, String ip, int port)voidremoveBeatInfo(String serviceName, String ip, int port)
-
-
-
Constructor Detail
-
BeatReactor
public BeatReactor(NamingProxy serverProxy)
-
BeatReactor
public BeatReactor(NamingProxy serverProxy, int threadCount)
-
-