类 FuzzyWatchChangeEvent
java.lang.Object
com.alibaba.nacos.api.naming.listener.FuzzyWatchChangeEvent
- 所有已实现的接口:
Event
Fuzzy Watch Notify Event.
- 作者:
- tanyongquan
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明The change type of local watcher , contains {"ADD_SERVICE", "DELETE_SERVICE"}. see Constants.ServiceChangedTypethe sync type that trigger this changed,contains {"FUZZY_WATCH_INIT_NOTIFY","FUZZY_WATCH_RESOURCE_CHANGED", "FUZZY_WATCH_DIFF_SYNC_NOTIFY"}.toString()
-
构造器详细资料
-
FuzzyWatchChangeEvent
public FuzzyWatchChangeEvent() -
FuzzyWatchChangeEvent
-
-
方法详细资料
-
getServiceName
-
getGroupName
-
getNamespace
-
getChangeType
The change type of local watcher , contains {"ADD_SERVICE", "DELETE_SERVICE"}. see Constants.ServiceChangedType -
getSyncType
the sync type that trigger this changed,contains {"FUZZY_WATCH_INIT_NOTIFY","FUZZY_WATCH_RESOURCE_CHANGED", "FUZZY_WATCH_DIFF_SYNC_NOTIFY"}.- 返回:
-
toString
-