类 StandaloneMemberLookup
java.lang.Object
com.alibaba.nacos.core.cluster.AbstractMemberLookup
com.alibaba.nacos.core.cluster.lookup.StandaloneMemberLookup
- 所有已实现的接口:
MemberLookup
Member node addressing mode in stand-alone mode.
- 作者:
- liaochuntao
-
字段概要
从类继承的字段 com.alibaba.nacos.core.cluster.AbstractMemberLookup
memberManager, start -
构造器概要
构造器 -
方法概要
从类继承的方法 com.alibaba.nacos.core.cluster.AbstractMemberLookup
afterLookup, destroy, injectMemberManager从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.alibaba.nacos.core.cluster.MemberLookup
info
-
构造器详细资料
-
StandaloneMemberLookup
public StandaloneMemberLookup()
-
-
方法详细资料
-
start
public void start()从接口复制的说明:MemberLookupstart. -
useAddressServer
public boolean useAddressServer()从接口复制的说明:MemberLookupis using address server.- 返回:
- using address server or not.
-