跳过导航链接
A B C D E F G H I L M N O P R S T U 

A

AbstractConfiguratorListener - org.apache.dubbo.registry.integration中的类
AbstractConfiguratorListener
AbstractConfiguratorListener() - 类 的构造器org.apache.dubbo.registry.integration.AbstractConfiguratorListener
 
AbstractRegistry - org.apache.dubbo.registry.support中的类
AbstractRegistry.
AbstractRegistry(URL) - 类 的构造器org.apache.dubbo.registry.support.AbstractRegistry
 
AbstractRegistryFactory - org.apache.dubbo.registry.support中的类
AbstractRegistryFactory.
AbstractRegistryFactory() - 类 的构造器org.apache.dubbo.registry.support.AbstractRegistryFactory
 
AbstractRetryTask - org.apache.dubbo.registry.retry中的类
AbstractRetryTask
AbstractServiceDiscovery - org.apache.dubbo.registry.client中的类
 
AbstractServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
AbstractServiceDiscoveryFactory - org.apache.dubbo.registry.client中的类
Abstract ServiceDiscoveryFactory implementation with cache, the subclass should implement AbstractServiceDiscoveryFactory.createDiscovery(URL) method to create an instance of ServiceDiscovery
AbstractServiceDiscoveryFactory() - 类 的构造器org.apache.dubbo.registry.client.AbstractServiceDiscoveryFactory
 
accept(ServiceInstancesChangedEvent) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
addConsumerParams(String, Map<String, String>) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
addConsumerParams(String, Map<String, String>) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
addListener(String, NotifyListener) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
addParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
addParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
addParameterIfAbsent(String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
addParameterIfAbsent(String, String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
addParameters(Map<String, String>) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
addParametersIfAbsent(Map<String, String>) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
AddressListener - org.apache.dubbo.registry中的接口
 
addServiceInstancesChangedListener(ServiceInstancesChangedListener) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Add an instance of ServiceInstancesChangedListener for specified service Default, current method will be invoked by the ServiceDiscoveryRegistry on the subscription, and it's mandatory to add the ServiceInstancesChangedListener argument into EventDispatcher whether the subclass implements same approach or not, thus this method is used to trigger or adapt the vendor's change notification mechanism typically, like Zookeeper Watcher, Nacos EventListener.
addServiceListener(ServiceInstancesChangedListener) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
addServiceListener(ServiceInstancesChangedListener) - 接口 中的方法org.apache.dubbo.registry.NotifyListener
 
addServiceParameter(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
addServiceParameter(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
addServiceParameterIfAbsent(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
addServiceParameterIfAbsent(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
ADMIN_PROTOCOL - 接口 中的静态变量org.apache.dubbo.registry.Constants
 

B

blockUntilUpdated() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
build(ServiceInstance) - 接口 中的方法org.apache.dubbo.registry.client.metadata.MetadataServiceURLBuilder
Build the URLs from the specified ServiceInstance
build(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.metadata.SpringCloudMetadataServiceURLBuilder
 
build(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.metadata.StandardMetadataServiceURLBuilder
buildRouterChain(URL) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 

C

calInstanceRevision(ServiceDiscovery, ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
cancel() - 类 中的方法org.apache.dubbo.registry.retry.AbstractRetryTask
 
check() - 类 中的方法org.apache.dubbo.registry.status.RegistryStatusChecker
 
checkInvokerAvailable(ClusterInvoker<T>) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
CONDITION_PROTOCOL - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
CONFIGURATORS_SUFFIX - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
Constants - org.apache.dubbo.registry中的接口
 
CONSUMER_PROTOCOL - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
consumerKey(URL) - 类 中的方法org.apache.dubbo.registry.client.DefaultRegistryClusterIdentifier
 
consumerKey(URL) - 接口 中的方法org.apache.dubbo.registry.client.RegistryClusterIdentifier
 
create(URL) - 类 中的静态方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
Create an instance of ServiceDiscoveryRegistry if supported
customize(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.metadata.MetadataServiceURLParamsMetadataCustomizer
 
customize(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.metadata.ProtocolPortsMetadataCustomizer
 
customize(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataCustomizer
 
customize(ServiceInstance) - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstanceCustomizer

D

DEFAULT_REGISTER_CONSUMER_KEYS - 类 中的静态变量org.apache.dubbo.registry.integration.RegistryProtocol
 
DEFAULT_REGISTER_PROVIDER_KEYS - 类 中的静态变量org.apache.dubbo.registry.integration.RegistryProtocol
 
DEFAULT_REGISTRY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
DEFAULT_REGISTRY_RECONNECT_PERIOD - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
DEFAULT_REGISTRY_RETRY_PERIOD - 接口 中的静态变量org.apache.dubbo.registry.Constants
Default value for the period of retry interval in milliseconds: 5000
DEFAULT_REGISTRY_RETRY_TIMES - 接口 中的静态变量org.apache.dubbo.registry.Constants
Default value for the times of retry: 3
DEFAULT_SESSION_TIMEOUT - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
DefaultMigrationAddressComparator - org.apache.dubbo.registry.client.migration中的类
 
DefaultMigrationAddressComparator() - 类 的构造器org.apache.dubbo.registry.client.migration.DefaultMigrationAddressComparator
 
DefaultRegistryClusterIdentifier - org.apache.dubbo.registry.client中的类
 
DefaultRegistryClusterIdentifier() - 类 的构造器org.apache.dubbo.registry.client.DefaultRegistryClusterIdentifier
 
DefaultServiceDiscoveryFactory - org.apache.dubbo.registry.client中的类
The default SPI implementation of ServiceDiscoveryFactory to get the instance of ServiceDiscovery via the protocol from the URL that will connect the infrastructure of Service registration and discovery.
DefaultServiceDiscoveryFactory() - 类 的构造器org.apache.dubbo.registry.client.DefaultServiceDiscoveryFactory
 
DefaultServiceInstance - org.apache.dubbo.registry.client中的类
The default implementation of ServiceInstance.
DefaultServiceInstance() - 类 的构造器org.apache.dubbo.registry.client.DefaultServiceInstance
 
DefaultServiceInstance(String, String, String, Integer) - 类 的构造器org.apache.dubbo.registry.client.DefaultServiceInstance
 
DefaultServiceInstance(String, String, Integer) - 类 的构造器org.apache.dubbo.registry.client.DefaultServiceInstance
 
destroy() - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
destroy() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
destroy() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Destroy the ServiceDiscovery
destroy() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
destroy() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
destroy() - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
destroy() - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
destroy() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
destroy() - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
destroyAll() - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
Close all created registries
destroyInterfaceInvoker(ClusterInvoker<T>) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
destroyServiceDiscoveryInvoker(ClusterInvoker<?>) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
discardInterfaceInvokerAddress(ClusterInvoker<T>) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
discardServiceDiscoveryInvokerAddress(ClusterInvoker<?>) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
discordAddresses() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
dispatchServiceInstancesChangedEvent(String) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
dispatchServiceInstancesChangedEvent(String, String...) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
dispatchServiceInstancesChangedEvent(String, List<ServiceInstance>) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
dispatchServiceInstancesChangedEvent(ServiceInstancesChangedEvent) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
doList(Invocation) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
doMigrate(String) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationRuleHandler
 
doRegister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
It should be implement in kinds of service discovers.
doRegister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
doRegister(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
doRegister(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
doSaveProperties(long) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
doSubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
doSubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
doUnregister(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
doUnregister(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
doUnsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
doUpdate(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
It should be implement in kinds of service discovers.
doUpdate(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
DynamicDirectory<T> - org.apache.dubbo.registry.integration中的类
RegistryDirectory
DynamicDirectory(Class<T>, URL) - 类 的构造器org.apache.dubbo.registry.integration.DynamicDirectory
 

E

ENABLE_CONFIGURATION_LISTEN - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
Endpoint(Integer, String) - 类 的构造器org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils.Endpoint
 
ENDPOINTS - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
equals(Object) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
equals(Object) - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
export(Invoker<T>) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
EXPORTED_SERVICES_REVISION_PROPERTY_NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The property name of The revision for all exported Dubbo services.
exportURL(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 

F

FailbackRegistry - org.apache.dubbo.registry.support中的类
FailbackRegistry.
FailbackRegistry(URL) - 类 的构造器org.apache.dubbo.registry.support.FailbackRegistry
 
FailedRegisteredTask - org.apache.dubbo.registry.retry中的类
FailedRegisteredTask
FailedRegisteredTask(URL, FailbackRegistry) - 类 的构造器org.apache.dubbo.registry.retry.FailedRegisteredTask
 
FailedSubscribedTask - org.apache.dubbo.registry.retry中的类
FailedSubscribedTask
FailedSubscribedTask(URL, FailbackRegistry, NotifyListener) - 类 的构造器org.apache.dubbo.registry.retry.FailedSubscribedTask
 
FailedUnregisteredTask - org.apache.dubbo.registry.retry中的类
FailedUnregisteredTask
FailedUnregisteredTask(URL, FailbackRegistry) - 类 的构造器org.apache.dubbo.registry.retry.FailedUnregisteredTask
 
FailedUnsubscribedTask - org.apache.dubbo.registry.retry中的类
FailedUnsubscribedTask
FailedUnsubscribedTask(URL, FailbackRegistry, NotifyListener) - 类 的构造器org.apache.dubbo.registry.retry.FailedUnsubscribedTask
 
fallbackToInterfaceInvoker() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
fallbackToInterfaceInvoker() - 类 中的方法org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
FileSystemServiceDiscovery - org.apache.dubbo.registry.client中的类
File System ServiceDiscovery implementation
FileSystemServiceDiscovery() - 类 的构造器org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
fillInStackTrace() - 异常错误 中的方法org.apache.dubbo.registry.support.SkipFailbackWrapperException
 

G

getAddress() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getAddress() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getAddress() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getAddress() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
getAllInvokers() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getAllParams() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getAllParams() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
getAndListen(URL, MappingListener) - 类 中的方法org.apache.dubbo.registry.client.metadata.MetadataServiceNameMapping
 
getCacheFile() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getCacheProperties() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getCacheUrls(URL) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getCause() - 类 中的方法org.apache.dubbo.registry.client.event.ServiceDiscoveryExceptionEvent
The cause of Throwable
getConfigurators() - 类 中的方法org.apache.dubbo.registry.integration.AbstractConfiguratorListener
 
getConsumerUrl() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getDefaultNopRegistryIfNotSupportServiceDiscovery() - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
 
getDefaultPageSize() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Get the default size of pagination query
getDefaultPort() - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getDirectory() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getExportedServicesRevision(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The revision for all exported Dubbo services from the specified ServiceInstance.
getExportedURLs(String, String, String, String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getExtendParams() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getExtendParams() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
getExtension(URL) - 接口 中的静态方法org.apache.dubbo.registry.client.RegistryClusterIdentifier
 
getExtension(URL) - 接口 中的静态方法org.apache.dubbo.registry.client.ServiceDiscoveryFactory
Get the extension instance of ServiceDiscoveryFactory by the protocol
getGroup() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getGroup() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getHost() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getHost() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getHost() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The hostname of the registered service instance.
getId() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getId() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The id of the registered service instance.
getInstance() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getInstance() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getInstances(String) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
getInstances(String) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Gets all service instances by the specified service name.
getInstances(String, int, int) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Gets the pagination of service instances by the specified service name.
getInstances(String, int, int, boolean) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Get the pagination of service instances by the specified service name.
getInstances(Iterable<String>, int, int) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
batch-get all service instances by the specified service names
getInterface() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getInterface() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getInvoker() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getInvoker(Cluster, Registry, Class<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.InterfaceCompatibleRegistryProtocol
 
getInvoker(Cluster, Registry, Class<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getInvoker() - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol.InvokerDelegate
 
getInvokers() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getIp() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getLastCacheChanged() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getLocalInstance() - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
getLocalInstance() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
 
getMetadata() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getMetadata(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 
getMetadata() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The key / value pair metadata associated with the service instance.
getMetadata(String) - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
Get the value of metadata by the specified name
getMetadata(String, String) - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
Get the value of metadata by the specified name
getMetadataInfo() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getMetadataInfo(String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getMetadataInfo() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getMetadataInfos() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getMetadataReports() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 
getMetadataServiceParameter(List<URL>) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
getMetadataServiceProxy(ServiceInstance, ServiceDiscovery) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.MetadataUtils
 
getMetadataServiceURLParams(ServiceInstance, String) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Get the url's parameters of MetadataService's Metadata
getMetadataServiceURLsParams(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Get the multiple urls' parameters of MetadataService's Metadata
getMetadataStorageType(URL) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Get metadata's storage type
getMetadataStorageType(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Get the metadata's storage type is used to which WritableMetadataService instance.
getMethodParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getMethodParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getMigrationRule() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getNotified() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getOriginal() - 类 中的方法org.apache.dubbo.registry.client.event.ServiceDiscoveryEvent
Get the original ServiceDiscovery
getOverrideListeners() - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getOverrideParams() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getParameter(String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getParameter(String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getParameters() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getParameters() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getParamsToRegistry(String[], String[]) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getPath() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getPath() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getPort() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getPort() - 类 中的方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils.Endpoint
 
getPort() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getPort() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The port of the registered service instance.
getProtocol() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getProtocol() - 类 中的方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils.Endpoint
 
getProtocol() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getProtocolPort(ServiceInstance, String) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Get the property value of port by the specified the metadata of service instance and protocol
getProtocolServiceKey() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getProtocolServiceKey() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getRegistered() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getRegisteredConsumerUrl() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getRegistries() - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
Get all registries
getRegistry() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
getRegistry() - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
getRegistry(URL) - 接口 中的方法org.apache.dubbo.registry.RegistryFactory
Connect to the registry Connecting the registry needs to support the contract:
1.
getRegistry(URL) - 类 中的方法org.apache.dubbo.registry.RegistryFactoryWrapper
 
getRegistry(String) - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
 
getRegistry(URL) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistryFactory
 
getRegistryId() - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
getRegistryProtocol() - 类 中的静态方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getRegistryUrl() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getRemoteCluster(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
getRemoteMetadataService() - 类 中的静态方法org.apache.dubbo.registry.client.metadata.MetadataUtils
 
getServers() - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getServiceDefinition(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getServiceDefinition(String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getServiceDiscoveries() - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
 
getServiceDiscovery(URL) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscoveryFactory
 
getServiceDiscovery() - 类 中的方法org.apache.dubbo.registry.client.event.ServiceDiscoveryEvent
Get the ServiceDiscovery on which the Event initially occurred.
getServiceDiscovery(URL) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryFactory
Get the instance of ServiceDiscovery
getServiceDiscovery() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
getServiceDiscoveryInvoker() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getServiceDiscoveryInvoker(Cluster, Registry, Class<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.InterfaceCompatibleRegistryProtocol
 
getServiceDiscoveryInvoker(Cluster, Registry, Class<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
getServiceInstance() - 类 中的方法org.apache.dubbo.registry.client.event.ServiceInstanceEvent
Get current service instance
getServiceInstances() - 类 中的方法org.apache.dubbo.registry.client.event.ServiceInstancesChangedEvent
 
getServiceInterface() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getServiceInterface() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getServiceKey() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getServiceKey() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getServiceMetadata() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getServiceMethodParameter(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
method parameter only exists in ServiceInfo
getServiceMethodParameter(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getServiceName() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
getServiceName() - 类 中的方法org.apache.dubbo.registry.client.event.ServiceInstancesChangedEvent
 
getServiceName() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The name of service that current instance belongs to.
getServiceNames() - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
Get the correlative service name
getServiceParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getServiceParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getServiceParameters(String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
Avoid calling this method in RPC call.
getServiceParameters(String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
getServices() - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
getServices() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Gets all service names
getServiceString(String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getSource() - 类 中的方法org.apache.dubbo.registry.client.event.ServiceDiscoveryEvent
 
getSubscribed() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getSubscribedServices() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
Get the subscribed service names
getSubscribedURLs() - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
getUrl() - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
getUrl() - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
getUrl() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
getUrl() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
 
getUrl() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
getUrl() - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
getUrl() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
getUrlInvokerMap() - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
Haomin: added for test purpose
getUrls(String) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
getVersion() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
getVersion() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 

H

hashCode() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
hashCode() - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
hashCode() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
hashCode() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
hashCode() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
hasMethodParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
hasMethodParameter(String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
hasMethodParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
hasMethodParameter(String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
hasServiceMethodParameter(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
method parameter only exists in ServiceInfo
hasServiceMethodParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
method parameter only exists in ServiceInfo
hasServiceMethodParameter(String, String, String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
hasServiceMethodParameter(String, String) - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 

I

initialize(URL) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
initialize(URL) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Initializes the ServiceDiscovery
InMemoryWritableMetadataService - org.apache.dubbo.registry.client.metadata.store中的类
The WritableMetadataService implementation stores the metadata of Dubbo services in memory locally when they exported.
InMemoryWritableMetadataService() - 类 的构造器org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
INSTANCE_REVISION_UPDATED_KEY - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
InstanceAddressURL - org.apache.dubbo.registry.client中的类
 
InstanceAddressURL() - 类 的构造器org.apache.dubbo.registry.client.InstanceAddressURL
 
InstanceAddressURL(ServiceInstance, MetadataInfo) - 类 的构造器org.apache.dubbo.registry.client.InstanceAddressURL
 
InterfaceCompatibleRegistryProtocol - org.apache.dubbo.registry.integration中的类
RegistryProtocol
InterfaceCompatibleRegistryProtocol() - 类 的构造器org.apache.dubbo.registry.integration.InterfaceCompatibleRegistryProtocol
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
invoke(Invocation) - 类 中的方法org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
InvokerDelegate(Invoker<T>, URL) - 类 的构造器org.apache.dubbo.registry.integration.RegistryProtocol.InvokerDelegate
 
invokersChanged() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
InvokersChangedListener - org.apache.dubbo.registry.client.migration中的接口
 
InvokersChangedListener - org.apache.dubbo.registry.integration中的接口
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
isAvailable() - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
isCancel() - 类 中的方法org.apache.dubbo.registry.retry.AbstractRetryTask
 
isDestroyed() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
isDubboServiceInstance(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Is Dubbo Service instance or not
isEnabled() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
isEnabled() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The enable status of the registered service instance.
isHealthy() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
isHealthy() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
The registered service instance is health or not.
isInstanceUpdated(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
isMigrationMultiRegistry() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
isServiceInvoker() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
isServiceInvoker() - 类 中的方法org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
isShouldRegister() - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 

L

ListenerRegistryWrapper - org.apache.dubbo.registry中的类
 
ListenerRegistryWrapper(Registry, List<RegistryServiceListener>) - 类 的构造器org.apache.dubbo.registry.ListenerRegistryWrapper
 
LoggingEventListener - org.apache.dubbo.registry.client.event.listener中的类
A listener for logging the Dubbo event
LoggingEventListener() - 类 的构造器org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
lookup(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
lookup(URL) - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
lookup(URL) - 接口 中的方法org.apache.dubbo.registry.RegistryService
Query the registered data that matches the conditions.
lookup(URL) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 

M

map(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.MetadataServiceNameMapping
 
METADATA_CLUSTER_PROPERTY_NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
METADATA_SERVICE_PREFIX - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The prefix of MetadataService : "dubbo.metadata-service."
METADATA_SERVICE_URL_PARAMS_PROPERTY_NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The property name of metadata JSON of MetadataService's URL
METADATA_SERVICE_URLS_PROPERTY_NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The URLs property name of MetadataService : "dubbo.metadata-service.urls", which is used to be compatible with Dubbo Spring Cloud and discovery the metadata of instance
METADATA_STORAGE_TYPE_PROPERTY_NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The property name of metadata storage type.
MetadataServiceNameMapping - org.apache.dubbo.registry.client.metadata中的类
 
MetadataServiceNameMapping() - 类 的构造器org.apache.dubbo.registry.client.metadata.MetadataServiceNameMapping
 
metadataServiceProxies - 类 中的静态变量org.apache.dubbo.registry.client.metadata.MetadataUtils
 
MetadataServiceURLBuilder - org.apache.dubbo.registry.client.metadata中的接口
Used to build metadata service url from ServiceInstance.
MetadataServiceURLParamsMetadataCustomizer - org.apache.dubbo.registry.client.metadata中的类
 
MetadataServiceURLParamsMetadataCustomizer() - 类 的构造器org.apache.dubbo.registry.client.metadata.MetadataServiceURLParamsMetadataCustomizer
 
MetadataUtils - org.apache.dubbo.registry.client.metadata中的类
 
MetadataUtils() - 类 的构造器org.apache.dubbo.registry.client.metadata.MetadataUtils
 
migrateToServiceDiscoveryInvoker(boolean) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
migrateToServiceDiscoveryInvoker(boolean) - 类 中的方法org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
MigrationAddressComparator - org.apache.dubbo.registry.client.migration中的接口
 
MigrationInvoker<T> - org.apache.dubbo.registry.client.migration中的类
 
MigrationInvoker(RegistryProtocol, Cluster, Registry, Class<T>, URL, URL) - 类 的构造器org.apache.dubbo.registry.client.migration.MigrationInvoker
 
MigrationInvoker(ClusterInvoker<T>, ClusterInvoker<T>, RegistryProtocol, Cluster, Registry, Class<T>, URL, URL) - 类 的构造器org.apache.dubbo.registry.client.migration.MigrationInvoker
 
MigrationRuleHandler<T> - org.apache.dubbo.registry.client.migration中的类
 
MigrationRuleHandler(MigrationInvoker<T>) - 类 的构造器org.apache.dubbo.registry.client.migration.MigrationRuleHandler
 
MigrationRuleListener - org.apache.dubbo.registry.client.migration中的类
 
MigrationRuleListener() - 类 的构造器org.apache.dubbo.registry.client.migration.MigrationRuleListener
 

N

NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.SpringCloudMetadataServiceURLBuilder
 
NAME - 类 中的静态变量org.apache.dubbo.registry.client.metadata.StandardMetadataServiceURLBuilder
 
NEED_REEXPORT - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
notify(List<URL>, URL, Directory) - 接口 中的方法org.apache.dubbo.registry.AddressListener
processing when receiving the address list
notify(List<URL>) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
notify(List<URL>) - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
notify(List<URL>) - 接口 中的方法org.apache.dubbo.registry.NotifyListener
Triggered when a service change notification is received.
NotifyListener - org.apache.dubbo.registry中的接口
NotifyListener.

O

onChange() - 接口 中的方法org.apache.dubbo.registry.client.migration.InvokersChangedListener
 
onChange() - 接口 中的方法org.apache.dubbo.registry.integration.InvokersChangedListener
 
onConfigChanged(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
onDestroy() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
onDestroy() - 接口 中的方法org.apache.dubbo.registry.integration.RegistryProtocolListener
Notify RegistryProtocol's listeners when the protocol is destroyed
onEvent(ServiceDiscoveryInitializingEvent) - 类 中的方法org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceDiscoveryInitializedEvent) - 类 中的方法org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceInstancePreRegisteredEvent) - 类 中的方法org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceInstanceRegisteredEvent) - 类 中的方法org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceInstancesChangedEvent) - 类 中的方法org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceInstancePreUnregisteredEvent) - 类 中的方法org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceInstanceUnregisteredEvent) - 类 中的方法org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceDiscoveryDestroyingEvent) - 类 中的方法org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceDiscoveryDestroyedEvent) - 类 中的方法org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceInstancesChangedEvent) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
onEvent(ServiceInstancesChangedEvent) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
onExport(RegistryProtocol, Exporter<?>) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
onExport(RegistryProtocol, Exporter<?>) - 接口 中的方法org.apache.dubbo.registry.integration.RegistryProtocolListener
Notify RegistryProtocol's listeners when a service is registered
onRefer(RegistryProtocol, ClusterInvoker<?>, URL) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
onRefer(RegistryProtocol, ClusterInvoker<?>, URL) - 接口 中的方法org.apache.dubbo.registry.integration.RegistryProtocolListener
Notify RegistryProtocol's listeners when a service is subscribed
onRegister(URL) - 接口 中的方法org.apache.dubbo.registry.RegistryServiceListener
 
onSubscribe(URL) - 接口 中的方法org.apache.dubbo.registry.RegistryServiceListener
 
onUnregister(URL) - 接口 中的方法org.apache.dubbo.registry.RegistryServiceListener
 
onUnsubscribe(URL) - 接口 中的方法org.apache.dubbo.registry.RegistryServiceListener
 
org.apache.dubbo.registry - 程序包 org.apache.dubbo.registry
 
org.apache.dubbo.registry.client - 程序包 org.apache.dubbo.registry.client
* The inspiration of service registration and discovery comes from Spring Cloud Commons.
org.apache.dubbo.registry.client.event - 程序包 org.apache.dubbo.registry.client.event
 
org.apache.dubbo.registry.client.event.listener - 程序包 org.apache.dubbo.registry.client.event.listener
 
org.apache.dubbo.registry.client.metadata - 程序包 org.apache.dubbo.registry.client.metadata
 
org.apache.dubbo.registry.client.metadata.store - 程序包 org.apache.dubbo.registry.client.metadata.store
 
org.apache.dubbo.registry.client.migration - 程序包 org.apache.dubbo.registry.client.migration
 
org.apache.dubbo.registry.client.selector - 程序包 org.apache.dubbo.registry.client.selector
 
org.apache.dubbo.registry.integration - 程序包 org.apache.dubbo.registry.integration
 
org.apache.dubbo.registry.retry - 程序包 org.apache.dubbo.registry.retry
 
org.apache.dubbo.registry.status - 程序包 org.apache.dubbo.registry.status
 
org.apache.dubbo.registry.support - 程序包 org.apache.dubbo.registry.support
 
OverrideInstanceAddressURL - org.apache.dubbo.registry.client中的类
 
OverrideInstanceAddressURL(InstanceAddressURL) - 类 的构造器org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
OverrideInstanceAddressURL(InstanceAddressURL, Map<String, String>) - 类 的构造器org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 

P

parseServices(String) - 类 中的静态方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
process(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
process(ConfigChangedEvent) - 类 中的方法org.apache.dubbo.registry.integration.AbstractConfiguratorListener
 
ProtocolPortsMetadataCustomizer - org.apache.dubbo.registry.client.metadata中的类
A Class to customize the ports of protocols into the metadata of service instance
ProtocolPortsMetadataCustomizer() - 类 的构造器org.apache.dubbo.registry.client.metadata.ProtocolPortsMetadataCustomizer
 
PROVIDER_PROTOCOL - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
providerKey(URL) - 类 中的方法org.apache.dubbo.registry.client.DefaultRegistryClusterIdentifier
 
providerKey(URL) - 接口 中的方法org.apache.dubbo.registry.client.RegistryClusterIdentifier
 
publishMetadata(String) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 
publishServiceDefinition(URL) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.MetadataUtils
 
publishServiceDefinition(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
publishServiceDefinition(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 

R

RandomServiceInstanceSelector - org.apache.dubbo.registry.client.selector中的类
The ServiceInstanceSelector implementation based on Random algorithm
RandomServiceInstanceSelector() - 类 的构造器org.apache.dubbo.registry.client.selector.RandomServiceInstanceSelector
 
reExport(Exporter<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
reExport(Invoker<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
Reexport the invoker of the modified url
reExportRegister(URL) - 接口 中的方法org.apache.dubbo.registry.Registry
 
reExportRegister(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
ReExportTask - org.apache.dubbo.registry.retry中的类
 
ReExportTask(Runnable, URL, FailbackRegistry) - 类 的构造器org.apache.dubbo.registry.retry.ReExportTask
 
reExportUnregister(URL) - 接口 中的方法org.apache.dubbo.registry.Registry
 
reExportUnregister(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
refer(Class<T>, URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
refreshInterfaceInvoker() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
refreshMetadataAndInstance() - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
refreshServiceDiscoveryInvoker() - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
register(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
register(ServiceInstance) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Registers an instance of ServiceInstance.
register(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
REGISTER - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
register(URL) - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
register(URL) - 接口 中的方法org.apache.dubbo.registry.RegistryService
Register data, such as : provider service, consumer address, route rule, override rule and other data.
register(URL) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
register(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
REGISTER_IP_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
REGISTER_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
Registry - org.apache.dubbo.registry中的接口
Registry.
REGISTRY__LOCAL_FILE_CACHE_ENABLED - 接口 中的静态变量org.apache.dubbo.registry.Constants
Whether to cache locally, default is true
REGISTRY_FILESAVE_SYNC_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
To decide whether register center saves file synchronously, the default value is asynchronously
REGISTRY_RECONNECT_PERIOD_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
Reconnection period in milliseconds for register center
REGISTRY_RETRY_PERIOD_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
Period of registry center's retry interval
REGISTRY_RETRY_TIMES_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
Most retry times
RegistryClusterIdentifier - org.apache.dubbo.registry.client中的接口
 
RegistryDirectory<T> - org.apache.dubbo.registry.integration中的类
RegistryDirectory
RegistryDirectory(Class<T>, URL) - 类 的构造器org.apache.dubbo.registry.integration.RegistryDirectory
 
RegistryFactory - org.apache.dubbo.registry中的接口
RegistryFactory.
RegistryFactoryWrapper - org.apache.dubbo.registry中的类
 
RegistryFactoryWrapper(RegistryFactory) - 类 的构造器org.apache.dubbo.registry.RegistryFactoryWrapper
 
RegistryProtocol - org.apache.dubbo.registry.integration中的类
TODO, replace RegistryProtocol completely in the future.
RegistryProtocol() - 类 的构造器org.apache.dubbo.registry.integration.RegistryProtocol
 
RegistryProtocol.InvokerDelegate<T> - org.apache.dubbo.registry.integration中的类
 
RegistryProtocolListener - org.apache.dubbo.registry.integration中的接口
RegistryProtocol listener is introduced to provide a chance to user to customize or change export and refer behavior of RegistryProtocol.
RegistryService - org.apache.dubbo.registry中的接口
RegistryService.
RegistryServiceListener - org.apache.dubbo.registry中的接口
 
RegistryStatusChecker - org.apache.dubbo.registry.status中的类
RegistryStatusChecker
RegistryStatusChecker() - 类 的构造器org.apache.dubbo.registry.status.RegistryStatusChecker
 
remoteMetadataService - 类 中的静态变量org.apache.dubbo.registry.client.metadata.MetadataUtils
 
RemoteMetadataServiceImpl - org.apache.dubbo.registry.client.metadata.store中的类
 
RemoteMetadataServiceImpl(WritableMetadataService) - 类 的构造器org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 
removeDestroyedRegistry(Registry) - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
 
removeFailedRegisteredTask(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
removeFailedSubscribed(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
removeFailedSubscribedTask(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
removeFailedUnregisteredTask(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
removeFailedUnsubscribedTask(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
removeListener(String) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
removeServiceInstancesChangedListener(ServiceInstancesChangedListener) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
unsubscribe to instances change event.
reRefer(URL) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
reRefer(ClusterInvoker<?>, URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
reset() - 类 中的静态方法org.apache.dubbo.registry.support.AbstractRegistryFactory
已过时。
resetInstanceUpdateKey(ServiceInstance) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
RestProtocolSubscribedURLsSynthesizer - org.apache.dubbo.registry.client.metadata中的类
SubscribedURLsSynthesizer implementation for REST protocol
RestProtocolSubscribedURLsSynthesizer() - 类 的构造器org.apache.dubbo.registry.client.metadata.RestProtocolSubscribedURLsSynthesizer
 
run(Timeout) - 类 中的方法org.apache.dubbo.registry.retry.AbstractRetryTask
 

S

SCRIPT_PROTOCOL - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
select(URL, List<ServiceInstance>) - 类 中的方法org.apache.dubbo.registry.client.selector.RandomServiceInstanceSelector
 
select(URL, List<ServiceInstance>) - 接口 中的方法org.apache.dubbo.registry.client.selector.ServiceInstanceSelector
Select an instance of ServiceInstance by the specified service instances
ServiceDiscovery - org.apache.dubbo.registry.client中的接口
The common operations of Service Discovery
ServiceDiscoveryDestroyedEvent - org.apache.dubbo.registry.client.event中的类
An event raised after the Service Discovery destroyed.
ServiceDiscoveryDestroyedEvent(ServiceDiscovery, ServiceDiscovery) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceDiscoveryDestroyedEvent
 
ServiceDiscoveryDestroyingEvent - org.apache.dubbo.registry.client.event中的类
An event raised when the Service Discovery is destroying.
ServiceDiscoveryDestroyingEvent(ServiceDiscovery, ServiceDiscovery) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceDiscoveryDestroyingEvent
 
ServiceDiscoveryEvent - org.apache.dubbo.registry.client.event中的类
An abstract Event class for ServiceDiscovery
ServiceDiscoveryEvent(ServiceDiscovery, ServiceDiscovery) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceDiscoveryEvent
Constructs a prototypical Event.
ServiceDiscoveryExceptionEvent - org.apache.dubbo.registry.client.event中的类
An event raised when the Service Discovery met with some exception
ServiceDiscoveryExceptionEvent(ServiceDiscovery, ServiceDiscovery, Throwable) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceDiscoveryExceptionEvent
 
ServiceDiscoveryFactory - org.apache.dubbo.registry.client中的接口
The factory to create ServiceDiscovery
ServiceDiscoveryInitializedEvent - org.apache.dubbo.registry.client.event中的类
An event raised after the Service Discovery initialized
ServiceDiscoveryInitializedEvent(ServiceDiscovery, ServiceDiscovery) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceDiscoveryInitializedEvent
 
ServiceDiscoveryInitializingEvent - org.apache.dubbo.registry.client.event中的类
An event raised when the Service Discovery is initializing.
ServiceDiscoveryInitializingEvent(ServiceDiscovery, ServiceDiscovery) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceDiscoveryInitializingEvent
 
ServiceDiscoveryMigrationInvoker<T> - org.apache.dubbo.registry.client.migration中的类
 
ServiceDiscoveryMigrationInvoker(RegistryProtocol, Cluster, Registry, Class<T>, URL, URL) - 类 的构造器org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
ServiceDiscoveryRegistry - org.apache.dubbo.registry.client中的类
Being different to the traditional registry, ServiceDiscoveryRegistry that is a new service-oriented Registry based on ServiceDiscovery, it will not interact in the external registry directly, but store the urls that Dubbo services exported and referenced into WritableMetadataService when ServiceDiscoveryRegistry.register(URL) and ServiceDiscoveryRegistry.subscribe(URL, NotifyListener) methods are executed.
ServiceDiscoveryRegistry(URL) - 类 的构造器org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
ServiceDiscoveryRegistryDirectory<T> - org.apache.dubbo.registry.client中的类
 
ServiceDiscoveryRegistryDirectory(Class<T>, URL) - 类 的构造器org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
ServiceDiscoveryRegistryFactory - org.apache.dubbo.registry.client中的类
 
ServiceDiscoveryRegistryFactory() - 类 的构造器org.apache.dubbo.registry.client.ServiceDiscoveryRegistryFactory
 
ServiceInstance - org.apache.dubbo.registry.client中的接口
The model class of an instance of a service, which is used for service registration and discovery.
ServiceInstanceCustomizer - org.apache.dubbo.registry.client中的接口
ServiceInstanceEvent - org.apache.dubbo.registry.client.event中的类
ServiceInstanceEvent(Object, ServiceInstance) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceInstanceEvent
 
ServiceInstanceMetadataCustomizer - org.apache.dubbo.registry.client.metadata中的类
 
ServiceInstanceMetadataCustomizer() - 类 的构造器org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataCustomizer
 
ServiceInstanceMetadataUtils - org.apache.dubbo.registry.client.metadata中的类
The Utilities class for the metadata of the service instance
ServiceInstanceMetadataUtils() - 类 的构造器org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
ServiceInstanceMetadataUtils.Endpoint - org.apache.dubbo.registry.client.metadata中的类
 
ServiceInstancePreRegisteredEvent - org.apache.dubbo.registry.client.event中的类
An event raised before a service instance registered
ServiceInstancePreRegisteredEvent(Object, ServiceInstance) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceInstancePreRegisteredEvent
 
ServiceInstancePreUnregisteredEvent - org.apache.dubbo.registry.client.event中的类
An event raised before a service instance unregistered
ServiceInstancePreUnregisteredEvent(Object, ServiceInstance) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceInstancePreUnregisteredEvent
 
ServiceInstanceRegisteredEvent - org.apache.dubbo.registry.client.event中的类
An event raised after a service instance registered
ServiceInstanceRegisteredEvent(Object, ServiceInstance) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceInstanceRegisteredEvent
 
ServiceInstancesChangedEvent - org.apache.dubbo.registry.client.event中的类
An event raised after the instances of one service has been changed.
ServiceInstancesChangedEvent(String, List<ServiceInstance>) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceInstancesChangedEvent
 
ServiceInstancesChangedListener - org.apache.dubbo.registry.client.event.listener中的类
The Service Discovery Changed Event Listener
ServiceInstancesChangedListener(Set<String>, ServiceDiscovery) - 类 的构造器org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
ServiceInstanceSelector - org.apache.dubbo.registry.client.selector中的接口
The ServiceInstance Selector
ServiceInstanceUnregisteredEvent - org.apache.dubbo.registry.client.event中的类
An event raised after a service instance unregistered
ServiceInstanceUnregisteredEvent(Object, ServiceInstance) - 类 的构造器org.apache.dubbo.registry.client.event.ServiceInstanceUnregisteredEvent
 
SESSION_TIMEOUT_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
setConfigurators(List<Configurator>) - 类 中的方法org.apache.dubbo.registry.integration.AbstractConfiguratorListener
 
setEnabled(boolean) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setEndpoints(ServiceInstance, Map<String, Integer>) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
setHealthy(boolean) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setHost(String) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setId(String) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setInvoker(ClusterInvoker<T>) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
setInvokersChangedListener(InvokersChangedListener) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
setMetadata(Map<String, String>) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setMetadataStorageType(ServiceInstance, String) - 类 中的静态方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Set the metadata storage type in specified service instance
setMigrationRule(MigrationRule) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
setPort(Integer) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setPort(Integer) - 类 中的方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils.Endpoint
 
setProtocol(String) - 类 中的方法org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils.Endpoint
 
setProtocol(Protocol) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
setProtocol(Protocol) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
setProxyFactory(ProxyFactory) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
setRegisteredConsumerUrl(URL) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
setRegistry(Registry) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
setRegistryFactory(RegistryFactory) - 类 中的方法org.apache.dubbo.registry.integration.RegistryProtocol
 
setServiceDiscoveryInvoker(ClusterInvoker<T>) - 类 中的方法org.apache.dubbo.registry.client.migration.MigrationInvoker
 
setServiceMetadata(MetadataInfo) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setServiceName(String) - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
setUrl(URL) - 类 中的方法org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
shouldMigrate(ClusterInvoker<T>, ClusterInvoker<T>) - 类 中的方法org.apache.dubbo.registry.client.migration.DefaultMigrationAddressComparator
 
shouldMigrate(ClusterInvoker<T>, ClusterInvoker<T>) - 接口 中的方法org.apache.dubbo.registry.client.migration.MigrationAddressComparator
 
SIMPLIFIED_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
simple the registry for provider.
SkipFailbackWrapperException - org.apache.dubbo.registry.support中的异常错误
Wrapper Exception, it is used to indicate that FailbackRegistry skips Failback.
SkipFailbackWrapperException(Throwable) - 异常错误 的构造器org.apache.dubbo.registry.support.SkipFailbackWrapperException
 
SpringCloudMetadataServiceURLBuilder - org.apache.dubbo.registry.client.metadata中的类
Supporting interaction with Dubbo Spring Cloud at https://github.com/alibaba/spring-cloud-alibaba Dubbo Spring Cloud is a Dubbo extension that favours a per instance registry model and exposes metadata service.
SpringCloudMetadataServiceURLBuilder() - 类 的构造器org.apache.dubbo.registry.client.metadata.SpringCloudMetadataServiceURLBuilder
 
StandardMetadataServiceURLBuilder - org.apache.dubbo.registry.client.metadata中的类
Standard Dubbo provider enabling introspection service discovery mode.
StandardMetadataServiceURLBuilder() - 类 的构造器org.apache.dubbo.registry.client.metadata.StandardMetadataServiceURLBuilder
 
subscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
subscribe(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
SUBSCRIBE - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
subscribe(URL) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
subscribe(URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
subscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
subscribe(URL, NotifyListener) - 接口 中的方法org.apache.dubbo.registry.RegistryService
Subscribe to eligible registered data and automatically push when the registered data is changed.
subscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
subscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
SUBSCRIBE_KEY - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
SubscribedURLsSynthesizer - org.apache.dubbo.registry.client.metadata中的接口
The interface to synthesize the subscribed URLs
subscribeURL(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
supports(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.RestProtocolSubscribedURLsSynthesizer
 
supports(URL) - 接口 中的方法org.apache.dubbo.registry.client.metadata.SubscribedURLsSynthesizer
Supports the synthesis of the subscribed URLs or not
supports(URL) - 类 中的静态方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
Supports or not ?
synthesize(URL, Collection<ServiceInstance>) - 类 中的方法org.apache.dubbo.registry.client.metadata.RestProtocolSubscribedURLsSynthesizer
 
synthesize(URL, Collection<ServiceInstance>) - 接口 中的方法org.apache.dubbo.registry.client.metadata.SubscribedURLsSynthesizer
synthesize the subscribed URLs

T

toString() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
toString() - 类 中的方法org.apache.dubbo.registry.client.InstanceAddressURL
 
toString() - 类 中的方法org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
toString() - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
A human-readable description of the implementation
toString() - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
toSubscribeUrl(URL) - 类 中的静态方法org.apache.dubbo.registry.integration.RegistryProtocol
 
toURL() - 类 中的方法org.apache.dubbo.registry.client.DefaultServiceInstance
 
toURL() - 接口 中的方法org.apache.dubbo.registry.client.ServiceInstance
 
TRACE_PROTOCOL - 接口 中的静态变量org.apache.dubbo.registry.Constants
 

U

unexportURL(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
unregister(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
unregister(ServiceInstance) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Unregisters an instance of ServiceInstance.
unregister(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
UNREGISTER - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
unregister(URL) - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
unregister(URL) - 接口 中的方法org.apache.dubbo.registry.RegistryService
Unregister Unregistering is required to support the contract:
1.
unregister(URL) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
unregister(URL) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
unsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
unSubscribe(URL) - 类 中的方法org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
UNSUBSCRIBE - 接口 中的静态变量org.apache.dubbo.registry.Constants
 
unSubscribe(URL) - 类 中的方法org.apache.dubbo.registry.integration.DynamicDirectory
 
unSubscribe(URL) - 类 中的方法org.apache.dubbo.registry.integration.RegistryDirectory
 
unsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.ListenerRegistryWrapper
 
unsubscribe(URL, NotifyListener) - 接口 中的方法org.apache.dubbo.registry.RegistryService
Unsubscribe Unsubscribing is required to support the contract:
1.
unsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.AbstractRegistry
 
unsubscribe(URL, NotifyListener) - 类 中的方法org.apache.dubbo.registry.support.FailbackRegistry
 
unsubscribeURL(URL) - 类 中的方法org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
update(ServiceInstance) - 类 中的方法org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
update(ServiceInstance) - 接口 中的方法org.apache.dubbo.registry.client.ServiceDiscovery
Updates the registered ServiceInstance.
A B C D E F G H I L M N O P R S T U 
跳过导航链接

Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.