public class RegistryEvent extends TimeCounterEvent
MetricsEvent.Type| Constructor and Description |
|---|
RegistryEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel,
TypeWrapper typeWrapper) |
| Modifier and Type | Method and Description |
|---|---|
static RegistryEvent |
refreshDirectoryEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel,
Map<MetricsKey,Map<String,Integer>> summaryMap,
Map<String,String> attachments) |
static RegistryEvent |
toNotifyEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel) |
static RegistryEvent |
toRegisterEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel,
List<String> registryClusterNames) |
static RegistryEvent |
toRsEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel,
String serviceKey,
int size,
List<String> serviceDiscoveryNames) |
static RegistryEvent |
toSsEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel,
String serviceKey,
List<String> serviceDiscoveryNames) |
static RegistryEvent |
toSubscribeEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel,
String registryClusterName) |
getTimePairappName, customAfterPost, getAttachments, getAttachmentValue, getMetricsDispatcher, getSource, getTypeWrapper, isAssignableFrom, isAvailable, putAttachment, putAttachments, setAvailable, toStringpublic RegistryEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel,
TypeWrapper typeWrapper)
public static RegistryEvent toRegisterEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, List<String> registryClusterNames)
public static RegistryEvent toSubscribeEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, String registryClusterName)
public static RegistryEvent toNotifyEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel)
public static RegistryEvent toRsEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, String serviceKey, int size, List<String> serviceDiscoveryNames)
public static RegistryEvent toSsEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, String serviceKey, List<String> serviceDiscoveryNames)
public static RegistryEvent refreshDirectoryEvent(org.apache.dubbo.rpc.model.ApplicationModel applicationModel, Map<MetricsKey,Map<String,Integer>> summaryMap, Map<String,String> attachments)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.