Skip navigation links
A B C D E F G H I L M N O P R S T U 

A

AbstractConfiguratorListener - Class in org.apache.dubbo.registry.integration
AbstractConfiguratorListener
AbstractConfiguratorListener() - Constructor for class org.apache.dubbo.registry.integration.AbstractConfiguratorListener
 
AbstractRegistry - Class in org.apache.dubbo.registry.support
AbstractRegistry.
AbstractRegistry(URL) - Constructor for class org.apache.dubbo.registry.support.AbstractRegistry
 
AbstractRegistryFactory - Class in org.apache.dubbo.registry.support
AbstractRegistryFactory.
AbstractRegistryFactory() - Constructor for class org.apache.dubbo.registry.support.AbstractRegistryFactory
 
AbstractRetryTask - Class in org.apache.dubbo.registry.retry
AbstractRetryTask
AbstractServiceDiscovery - Class in org.apache.dubbo.registry.client
 
AbstractServiceDiscovery() - Constructor for class org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
AbstractServiceDiscoveryFactory - Class in 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() - Constructor for class org.apache.dubbo.registry.client.AbstractServiceDiscoveryFactory
 
accept(ServiceInstancesChangedEvent) - Method in class org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
addConsumerParams(String, Map<String, String>) - Method in class org.apache.dubbo.registry.client.InstanceAddressURL
 
addConsumerParams(String, Map<String, String>) - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
addListener(String, NotifyListener) - Method in class org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
addParameter(String, String) - Method in class org.apache.dubbo.registry.client.InstanceAddressURL
 
addParameter(String, String) - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
addParameterIfAbsent(String, String) - Method in class org.apache.dubbo.registry.client.InstanceAddressURL
 
addParameterIfAbsent(String, String) - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
addParameters(Map<String, String>) - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
addParametersIfAbsent(Map<String, String>) - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
AddressListener - Interface in org.apache.dubbo.registry
 
addServiceInstancesChangedListener(ServiceInstancesChangedListener) - Method in interface org.apache.dubbo.registry.client.ServiceDiscovery
Add an instance of ServiceInstancesChangedListener for specified service
addServiceListener(ServiceInstancesChangedListener) - Method in class org.apache.dubbo.registry.integration.DynamicDirectory
 
addServiceListener(ServiceInstancesChangedListener) - Method in interface org.apache.dubbo.registry.NotifyListener
 
addServiceParameter(String, String, String) - Method in class org.apache.dubbo.registry.client.InstanceAddressURL
 
addServiceParameter(String, String, String) - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
addServiceParameterIfAbsent(String, String, String) - Method in class org.apache.dubbo.registry.client.InstanceAddressURL
 
addServiceParameterIfAbsent(String, String, String) - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
ADMIN_PROTOCOL - Static variable in interface org.apache.dubbo.registry.Constants
 

B

blockUntilUpdated() - Method in class org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
build(ServiceInstance) - Method in interface org.apache.dubbo.registry.client.metadata.MetadataServiceURLBuilder
Build the URLs from the specified ServiceInstance
build(ServiceInstance) - Method in class org.apache.dubbo.registry.client.metadata.SpringCloudMetadataServiceURLBuilder
 
build(ServiceInstance) - Method in class org.apache.dubbo.registry.client.metadata.StandardMetadataServiceURLBuilder
buildRouterChain(URL) - Method in class org.apache.dubbo.registry.integration.DynamicDirectory
 

C

calInstanceRevision(ServiceDiscovery, ServiceInstance) - Static method in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
cancel() - Method in class org.apache.dubbo.registry.retry.AbstractRetryTask
 
check() - Method in class org.apache.dubbo.registry.status.RegistryStatusChecker
 
checkInvokerAvailable(ClusterInvoker<T>) - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
CONDITION_PROTOCOL - Static variable in interface org.apache.dubbo.registry.Constants
 
CONFIGURATORS_SUFFIX - Static variable in interface org.apache.dubbo.registry.Constants
 
Constants - Interface in org.apache.dubbo.registry
 
CONSUMER_PROTOCOL - Static variable in interface org.apache.dubbo.registry.Constants
 
consumerKey(URL) - Method in class org.apache.dubbo.registry.client.DefaultRegistryClusterIdentifier
 
consumerKey(URL) - Method in interface org.apache.dubbo.registry.client.RegistryClusterIdentifier
 
create(URL) - Static method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
Create an instance of ServiceDiscoveryRegistry if supported
customize(ServiceInstance) - Method in class org.apache.dubbo.registry.client.metadata.MetadataServiceURLParamsMetadataCustomizer
 
customize(ServiceInstance) - Method in class org.apache.dubbo.registry.client.metadata.ProtocolPortsMetadataCustomizer
 
customize(ServiceInstance) - Method in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataCustomizer
 
customize(ServiceInstance) - Method in interface org.apache.dubbo.registry.client.ServiceInstanceCustomizer

D

DEFAULT_REGISTER_CONSUMER_KEYS - Static variable in class org.apache.dubbo.registry.integration.RegistryProtocol
 
DEFAULT_REGISTER_PROVIDER_KEYS - Static variable in class org.apache.dubbo.registry.integration.RegistryProtocol
 
DEFAULT_REGISTRY - Static variable in interface org.apache.dubbo.registry.Constants
 
DEFAULT_REGISTRY_RECONNECT_PERIOD - Static variable in interface org.apache.dubbo.registry.Constants
 
DEFAULT_REGISTRY_RETRY_PERIOD - Static variable in interface org.apache.dubbo.registry.Constants
Default value for the period of retry interval in milliseconds: 5000
DEFAULT_REGISTRY_RETRY_TIMES - Static variable in interface org.apache.dubbo.registry.Constants
Default value for the times of retry: 3
DEFAULT_SESSION_TIMEOUT - Static variable in interface org.apache.dubbo.registry.Constants
 
DefaultMigrationAddressComparator - Class in org.apache.dubbo.registry.client.migration
 
DefaultMigrationAddressComparator() - Constructor for class org.apache.dubbo.registry.client.migration.DefaultMigrationAddressComparator
 
DefaultRegistryClusterIdentifier - Class in org.apache.dubbo.registry.client
 
DefaultRegistryClusterIdentifier() - Constructor for class org.apache.dubbo.registry.client.DefaultRegistryClusterIdentifier
 
DefaultServiceDiscoveryFactory - Class in 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() - Constructor for class org.apache.dubbo.registry.client.DefaultServiceDiscoveryFactory
 
DefaultServiceInstance - Class in org.apache.dubbo.registry.client
The default implementation of ServiceInstance.
DefaultServiceInstance() - Constructor for class org.apache.dubbo.registry.client.DefaultServiceInstance
 
DefaultServiceInstance(String, String, String, Integer) - Constructor for class org.apache.dubbo.registry.client.DefaultServiceInstance
 
DefaultServiceInstance(String, String, Integer) - Constructor for class org.apache.dubbo.registry.client.DefaultServiceInstance
 
destroy() - Method in class org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
destroy() - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
destroy() - Method in interface org.apache.dubbo.registry.client.ServiceDiscovery
Destroy the ServiceDiscovery
destroy() - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
destroy() - Method in class org.apache.dubbo.registry.integration.DynamicDirectory
 
destroy() - Method in class org.apache.dubbo.registry.integration.RegistryProtocol
 
destroy() - Method in class org.apache.dubbo.registry.ListenerRegistryWrapper
 
destroy() - Method in class org.apache.dubbo.registry.support.AbstractRegistry
 
destroy() - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
destroyAll() - Static method in class org.apache.dubbo.registry.support.AbstractRegistryFactory
Close all created registries
destroyInterfaceInvoker(ClusterInvoker<T>) - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
destroyServiceDiscoveryInvoker(ClusterInvoker<?>) - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
discardInterfaceInvokerAddress(ClusterInvoker<T>) - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
discardServiceDiscoveryInvokerAddress(ClusterInvoker<?>) - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
discordAddresses() - Method in class org.apache.dubbo.registry.integration.DynamicDirectory
 
dispatchServiceInstancesChangedEvent(String) - Method in interface org.apache.dubbo.registry.client.ServiceDiscovery
dispatchServiceInstancesChangedEvent(String, String...) - Method in interface org.apache.dubbo.registry.client.ServiceDiscovery
dispatchServiceInstancesChangedEvent(String, List<ServiceInstance>) - Method in interface org.apache.dubbo.registry.client.ServiceDiscovery
dispatchServiceInstancesChangedEvent(ServiceInstancesChangedEvent) - Method in interface org.apache.dubbo.registry.client.ServiceDiscovery
doList(Invocation) - Method in class org.apache.dubbo.registry.integration.DynamicDirectory
 
doMigrate(String) - Method in class org.apache.dubbo.registry.client.migration.MigrationRuleHandler
 
doRegister(ServiceInstance) - Method in class org.apache.dubbo.registry.client.AbstractServiceDiscovery
It should be implement in kinds of service discovers.
doRegister(ServiceInstance) - Method in class org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
doRegister(URL) - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
doRegister(URL) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
doSaveProperties(long) - Method in class org.apache.dubbo.registry.support.AbstractRegistry
 
doSubscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
doSubscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
doUnregister(URL) - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
doUnregister(URL) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
doUnsubscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
doUnsubscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
doUpdate(ServiceInstance) - Method in class org.apache.dubbo.registry.client.AbstractServiceDiscovery
It should be implement in kinds of service discovers.
doUpdate(ServiceInstance) - Method in class org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
DynamicDirectory<T> - Class in org.apache.dubbo.registry.integration
RegistryDirectory
DynamicDirectory(Class<T>, URL) - Constructor for class org.apache.dubbo.registry.integration.DynamicDirectory
 

E

ENABLE_CONFIGURATION_LISTEN - Static variable in interface org.apache.dubbo.registry.Constants
 
Endpoint(Integer, String) - Constructor for class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils.Endpoint
 
ENDPOINTS - Static variable in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
equals(Object) - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
equals(Object) - Method in class org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
equals(Object) - Method in class org.apache.dubbo.registry.client.InstanceAddressURL
 
equals(Object) - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
equals(Object) - Method in interface org.apache.dubbo.registry.client.ServiceInstance
 
export(Invoker<T>) - Method in class org.apache.dubbo.registry.integration.RegistryProtocol
 
EXPORTED_SERVICES_REVISION_PROPERTY_NAME - Static variable in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The property name of The revision for all exported Dubbo services.
exportURL(URL) - Method in class org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 

F

FailbackRegistry - Class in org.apache.dubbo.registry.support
FailbackRegistry.
FailbackRegistry(URL) - Constructor for class org.apache.dubbo.registry.support.FailbackRegistry
 
FailedRegisteredTask - Class in org.apache.dubbo.registry.retry
FailedRegisteredTask
FailedRegisteredTask(URL, FailbackRegistry) - Constructor for class org.apache.dubbo.registry.retry.FailedRegisteredTask
 
FailedSubscribedTask - Class in org.apache.dubbo.registry.retry
FailedSubscribedTask
FailedSubscribedTask(URL, FailbackRegistry, NotifyListener) - Constructor for class org.apache.dubbo.registry.retry.FailedSubscribedTask
 
FailedUnregisteredTask - Class in org.apache.dubbo.registry.retry
FailedUnregisteredTask
FailedUnregisteredTask(URL, FailbackRegistry) - Constructor for class org.apache.dubbo.registry.retry.FailedUnregisteredTask
 
FailedUnsubscribedTask - Class in org.apache.dubbo.registry.retry
FailedUnsubscribedTask
FailedUnsubscribedTask(URL, FailbackRegistry, NotifyListener) - Constructor for class org.apache.dubbo.registry.retry.FailedUnsubscribedTask
 
fallbackToInterfaceInvoker() - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
fallbackToInterfaceInvoker() - Method in class org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
FileSystemServiceDiscovery - Class in org.apache.dubbo.registry.client
File System ServiceDiscovery implementation
FileSystemServiceDiscovery() - Constructor for class org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
fillInStackTrace() - Method in exception org.apache.dubbo.registry.support.SkipFailbackWrapperException
 

G

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

H

hashCode() - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
hashCode() - Method in class org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
hashCode() - Method in class org.apache.dubbo.registry.client.InstanceAddressURL
 
hashCode() - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
hashCode() - Method in interface org.apache.dubbo.registry.client.ServiceInstance
 
hasMethodParameter(String, String) - Method in class org.apache.dubbo.registry.client.InstanceAddressURL
 
hasMethodParameter(String) - Method in class org.apache.dubbo.registry.client.InstanceAddressURL
 
hasMethodParameter(String, String) - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
hasMethodParameter(String) - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
hasServiceMethodParameter(String, String, String) - Method in class org.apache.dubbo.registry.client.InstanceAddressURL
method parameter only exists in ServiceInfo
hasServiceMethodParameter(String, String) - Method in class org.apache.dubbo.registry.client.InstanceAddressURL
method parameter only exists in ServiceInfo
hasServiceMethodParameter(String, String, String) - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
hasServiceMethodParameter(String, String) - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 

I

initialize(URL) - Method in class org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
initialize(URL) - Method in interface org.apache.dubbo.registry.client.ServiceDiscovery
Initializes the ServiceDiscovery
InMemoryWritableMetadataService - Class in org.apache.dubbo.registry.client.metadata.store
The WritableMetadataService implementation stores the metadata of Dubbo services in memory locally when they exported.
InMemoryWritableMetadataService() - Constructor for class org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
INSTANCE_REVISION_UPDATED_KEY - Static variable in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
InstanceAddressURL - Class in org.apache.dubbo.registry.client
 
InstanceAddressURL() - Constructor for class org.apache.dubbo.registry.client.InstanceAddressURL
 
InstanceAddressURL(ServiceInstance, MetadataInfo) - Constructor for class org.apache.dubbo.registry.client.InstanceAddressURL
 
InterfaceCompatibleRegistryProtocol - Class in org.apache.dubbo.registry.integration
RegistryProtocol
InterfaceCompatibleRegistryProtocol() - Constructor for class org.apache.dubbo.registry.integration.InterfaceCompatibleRegistryProtocol
 
invoke(Invocation) - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
invoke(Invocation) - Method in class org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
InvokerDelegate(Invoker<T>, URL) - Constructor for class org.apache.dubbo.registry.integration.RegistryProtocol.InvokerDelegate
 
invokersChanged() - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
InvokersChangedListener - Interface in org.apache.dubbo.registry.client.migration
 
InvokersChangedListener - Interface in org.apache.dubbo.registry.integration
 
isAvailable() - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
isAvailable() - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
isAvailable() - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
isAvailable() - Method in class org.apache.dubbo.registry.integration.RegistryDirectory
 
isAvailable() - Method in class org.apache.dubbo.registry.ListenerRegistryWrapper
 
isCancel() - Method in class org.apache.dubbo.registry.retry.AbstractRetryTask
 
isDestroyed() - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
isDubboServiceInstance(ServiceInstance) - Static method in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Is Dubbo Service instance or not
isEnabled() - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
isEnabled() - Method in interface org.apache.dubbo.registry.client.ServiceInstance
The enable status of the registered service instance.
isHealthy() - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
isHealthy() - Method in interface org.apache.dubbo.registry.client.ServiceInstance
The registered service instance is health or not.
isInstanceUpdated(ServiceInstance) - Static method in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
isMigrationMultiRegistry() - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
isServiceInvoker() - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
isServiceInvoker() - Method in class org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
isShouldRegister() - Method in class org.apache.dubbo.registry.integration.DynamicDirectory
 

L

ListenerRegistryWrapper - Class in org.apache.dubbo.registry
 
ListenerRegistryWrapper(Registry, List<RegistryServiceListener>) - Constructor for class org.apache.dubbo.registry.ListenerRegistryWrapper
 
LoggingEventListener - Class in org.apache.dubbo.registry.client.event.listener
A listener for logging the Dubbo event
LoggingEventListener() - Constructor for class org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
lookup(URL) - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
lookup(URL) - Method in class org.apache.dubbo.registry.ListenerRegistryWrapper
 
lookup(URL) - Method in interface org.apache.dubbo.registry.RegistryService
Query the registered data that matches the conditions.
lookup(URL) - Method in class org.apache.dubbo.registry.support.AbstractRegistry
 

M

map(URL) - Method in class org.apache.dubbo.registry.client.metadata.MetadataServiceNameMapping
 
METADATA_CLUSTER_PROPERTY_NAME - Static variable in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
METADATA_SERVICE_PREFIX - Static variable in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The prefix of MetadataService : "dubbo.metadata-service."
METADATA_SERVICE_URL_PARAMS_PROPERTY_NAME - Static variable in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The property name of metadata JSON of MetadataService's URL
METADATA_SERVICE_URLS_PROPERTY_NAME - Static variable in class 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 - Static variable in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
The property name of metadata storage type.
MetadataServiceNameMapping - Class in org.apache.dubbo.registry.client.metadata
 
MetadataServiceNameMapping() - Constructor for class org.apache.dubbo.registry.client.metadata.MetadataServiceNameMapping
 
metadataServiceProxies - Static variable in class org.apache.dubbo.registry.client.metadata.MetadataUtils
 
MetadataServiceURLBuilder - Interface in org.apache.dubbo.registry.client.metadata
Used to build metadata service url from ServiceInstance.
MetadataServiceURLParamsMetadataCustomizer - Class in org.apache.dubbo.registry.client.metadata
 
MetadataServiceURLParamsMetadataCustomizer() - Constructor for class org.apache.dubbo.registry.client.metadata.MetadataServiceURLParamsMetadataCustomizer
 
MetadataUtils - Class in org.apache.dubbo.registry.client.metadata
 
MetadataUtils() - Constructor for class org.apache.dubbo.registry.client.metadata.MetadataUtils
 
migrateToServiceDiscoveryInvoker(boolean) - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
migrateToServiceDiscoveryInvoker(boolean) - Method in class org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
MigrationAddressComparator - Interface in org.apache.dubbo.registry.client.migration
 
MigrationInvoker<T> - Class in org.apache.dubbo.registry.client.migration
 
MigrationInvoker(RegistryProtocol, Cluster, Registry, Class<T>, URL, URL) - Constructor for class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
MigrationInvoker(ClusterInvoker<T>, ClusterInvoker<T>, RegistryProtocol, Cluster, Registry, Class<T>, URL, URL) - Constructor for class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
MigrationRuleHandler<T> - Class in org.apache.dubbo.registry.client.migration
 
MigrationRuleHandler(MigrationInvoker<T>) - Constructor for class org.apache.dubbo.registry.client.migration.MigrationRuleHandler
 
MigrationRuleListener - Class in org.apache.dubbo.registry.client.migration
 
MigrationRuleListener() - Constructor for class org.apache.dubbo.registry.client.migration.MigrationRuleListener
 

N

NAME - Static variable in class org.apache.dubbo.registry.client.metadata.SpringCloudMetadataServiceURLBuilder
 
NAME - Static variable in class org.apache.dubbo.registry.client.metadata.StandardMetadataServiceURLBuilder
 
NEED_REEXPORT - Static variable in interface org.apache.dubbo.registry.Constants
 
notify(List<URL>, URL, Directory) - Method in interface org.apache.dubbo.registry.AddressListener
processing when receiving the address list
notify(List<URL>) - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
notify(List<URL>) - Method in class org.apache.dubbo.registry.integration.RegistryDirectory
 
notify(List<URL>) - Method in interface org.apache.dubbo.registry.NotifyListener
Triggered when a service change notification is received.
NotifyListener - Interface in org.apache.dubbo.registry
NotifyListener.

O

onChange() - Method in interface org.apache.dubbo.registry.client.migration.InvokersChangedListener
 
onChange() - Method in interface org.apache.dubbo.registry.integration.InvokersChangedListener
 
onConfigChanged(ConfigChangedEvent) - Method in class org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
onDestroy() - Method in class org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
onDestroy() - Method in interface org.apache.dubbo.registry.integration.RegistryProtocolListener
Notify RegistryProtocol's listeners when the protocol is destroyed
onEvent(ServiceDiscoveryInitializingEvent) - Method in class org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceDiscoveryInitializedEvent) - Method in class org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceInstancePreRegisteredEvent) - Method in class org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceInstanceRegisteredEvent) - Method in class org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceInstancesChangedEvent) - Method in class org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceInstancePreUnregisteredEvent) - Method in class org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceInstanceUnregisteredEvent) - Method in class org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceDiscoveryDestroyingEvent) - Method in class org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceDiscoveryDestroyedEvent) - Method in class org.apache.dubbo.registry.client.event.listener.LoggingEventListener
 
onEvent(ServiceInstancesChangedEvent) - Method in class org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
onEvent(ServiceInstancesChangedEvent) - Method in class org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
onExport(RegistryProtocol, Exporter<?>) - Method in class org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
onExport(RegistryProtocol, Exporter<?>) - Method in interface org.apache.dubbo.registry.integration.RegistryProtocolListener
Notify RegistryProtocol's listeners when a service is registered
onRefer(RegistryProtocol, ClusterInvoker<?>, URL) - Method in class org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
onRefer(RegistryProtocol, ClusterInvoker<?>, URL) - Method in interface org.apache.dubbo.registry.integration.RegistryProtocolListener
Notify RegistryProtocol's listeners when a service is subscribed
onRegister(URL) - Method in interface org.apache.dubbo.registry.RegistryServiceListener
 
onSubscribe(URL) - Method in interface org.apache.dubbo.registry.RegistryServiceListener
 
onUnregister(URL) - Method in interface org.apache.dubbo.registry.RegistryServiceListener
 
onUnsubscribe(URL) - Method in interface org.apache.dubbo.registry.RegistryServiceListener
 
org.apache.dubbo.registry - package org.apache.dubbo.registry
 
org.apache.dubbo.registry.client - package org.apache.dubbo.registry.client
* The inspiration of service registration and discovery comes from Spring Cloud Commons.
org.apache.dubbo.registry.client.event - package org.apache.dubbo.registry.client.event
 
org.apache.dubbo.registry.client.event.listener - package org.apache.dubbo.registry.client.event.listener
 
org.apache.dubbo.registry.client.metadata - package org.apache.dubbo.registry.client.metadata
 
org.apache.dubbo.registry.client.metadata.store - package org.apache.dubbo.registry.client.metadata.store
 
org.apache.dubbo.registry.client.migration - package org.apache.dubbo.registry.client.migration
 
org.apache.dubbo.registry.client.selector - package org.apache.dubbo.registry.client.selector
 
org.apache.dubbo.registry.integration - package org.apache.dubbo.registry.integration
 
org.apache.dubbo.registry.retry - package org.apache.dubbo.registry.retry
 
org.apache.dubbo.registry.status - package org.apache.dubbo.registry.status
 
org.apache.dubbo.registry.support - package org.apache.dubbo.registry.support
 
OverrideInstanceAddressURL - Class in org.apache.dubbo.registry.client
 
OverrideInstanceAddressURL(InstanceAddressURL) - Constructor for class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
OverrideInstanceAddressURL(InstanceAddressURL, Map<String, String>) - Constructor for class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 

P

parseServices(String) - Static method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
process(ConfigChangedEvent) - Method in class org.apache.dubbo.registry.client.migration.MigrationRuleListener
 
process(ConfigChangedEvent) - Method in class org.apache.dubbo.registry.integration.AbstractConfiguratorListener
 
ProtocolPortsMetadataCustomizer - Class in org.apache.dubbo.registry.client.metadata
A Class to customize the ports of protocols into the metadata of service instance
ProtocolPortsMetadataCustomizer() - Constructor for class org.apache.dubbo.registry.client.metadata.ProtocolPortsMetadataCustomizer
 
PROVIDER_PROTOCOL - Static variable in interface org.apache.dubbo.registry.Constants
 
providerKey(URL) - Method in class org.apache.dubbo.registry.client.DefaultRegistryClusterIdentifier
 
providerKey(URL) - Method in interface org.apache.dubbo.registry.client.RegistryClusterIdentifier
 
publishMetadata(String) - Method in class org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 
publishServiceDefinition(URL) - Static method in class org.apache.dubbo.registry.client.metadata.MetadataUtils
 
publishServiceDefinition(URL) - Method in class org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
publishServiceDefinition(URL) - Method in class org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 

R

RandomServiceInstanceSelector - Class in org.apache.dubbo.registry.client.selector
The ServiceInstanceSelector implementation based on Random algorithm
RandomServiceInstanceSelector() - Constructor for class org.apache.dubbo.registry.client.selector.RandomServiceInstanceSelector
 
reExport(Exporter<T>, URL) - Method in class org.apache.dubbo.registry.integration.RegistryProtocol
 
reExport(Invoker<T>, URL) - Method in class org.apache.dubbo.registry.integration.RegistryProtocol
Reexport the invoker of the modified url
reExportRegister(URL) - Method in interface org.apache.dubbo.registry.Registry
 
reExportRegister(URL) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
ReExportTask - Class in org.apache.dubbo.registry.retry
 
ReExportTask(Runnable, URL, FailbackRegistry) - Constructor for class org.apache.dubbo.registry.retry.ReExportTask
 
reExportUnregister(URL) - Method in interface org.apache.dubbo.registry.Registry
 
reExportUnregister(URL) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
refer(Class<T>, URL) - Method in class org.apache.dubbo.registry.integration.RegistryProtocol
 
refreshInterfaceInvoker() - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
refreshMetadataAndInstance() - Static method in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
refreshServiceDiscoveryInvoker() - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
register(ServiceInstance) - Method in class org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
register(ServiceInstance) - Method in interface org.apache.dubbo.registry.client.ServiceDiscovery
Registers an instance of ServiceInstance.
register(URL) - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
REGISTER - Static variable in interface org.apache.dubbo.registry.Constants
 
register(URL) - Method in class org.apache.dubbo.registry.ListenerRegistryWrapper
 
register(URL) - Method in interface org.apache.dubbo.registry.RegistryService
Register data, such as : provider service, consumer address, route rule, override rule and other data.
register(URL) - Method in class org.apache.dubbo.registry.support.AbstractRegistry
 
register(URL) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
REGISTER_IP_KEY - Static variable in interface org.apache.dubbo.registry.Constants
 
REGISTER_KEY - Static variable in interface org.apache.dubbo.registry.Constants
 
Registry - Interface in org.apache.dubbo.registry
Registry.
REGISTRY__LOCAL_FILE_CACHE_ENABLED - Static variable in interface org.apache.dubbo.registry.Constants
Whether to cache locally, default is true
REGISTRY_FILESAVE_SYNC_KEY - Static variable in interface org.apache.dubbo.registry.Constants
To decide whether register center saves file synchronously, the default value is asynchronously
REGISTRY_RECONNECT_PERIOD_KEY - Static variable in interface org.apache.dubbo.registry.Constants
Reconnection period in milliseconds for register center
REGISTRY_RETRY_PERIOD_KEY - Static variable in interface org.apache.dubbo.registry.Constants
Period of registry center's retry interval
REGISTRY_RETRY_TIMES_KEY - Static variable in interface org.apache.dubbo.registry.Constants
Most retry times
RegistryClusterIdentifier - Interface in org.apache.dubbo.registry.client
 
RegistryDirectory<T> - Class in org.apache.dubbo.registry.integration
RegistryDirectory
RegistryDirectory(Class<T>, URL) - Constructor for class org.apache.dubbo.registry.integration.RegistryDirectory
 
RegistryFactory - Interface in org.apache.dubbo.registry
RegistryFactory.
RegistryFactoryWrapper - Class in org.apache.dubbo.registry
 
RegistryFactoryWrapper(RegistryFactory) - Constructor for class org.apache.dubbo.registry.RegistryFactoryWrapper
 
RegistryProtocol - Class in org.apache.dubbo.registry.integration
TODO, replace RegistryProtocol completely in the future.
RegistryProtocol() - Constructor for class org.apache.dubbo.registry.integration.RegistryProtocol
 
RegistryProtocol.InvokerDelegate<T> - Class in org.apache.dubbo.registry.integration
 
RegistryProtocolListener - Interface in 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 - Interface in org.apache.dubbo.registry
RegistryService.
RegistryServiceListener - Interface in org.apache.dubbo.registry
 
RegistryStatusChecker - Class in org.apache.dubbo.registry.status
RegistryStatusChecker
RegistryStatusChecker() - Constructor for class org.apache.dubbo.registry.status.RegistryStatusChecker
 
remoteMetadataService - Static variable in class org.apache.dubbo.registry.client.metadata.MetadataUtils
 
RemoteMetadataServiceImpl - Class in org.apache.dubbo.registry.client.metadata.store
 
RemoteMetadataServiceImpl(WritableMetadataService) - Constructor for class org.apache.dubbo.registry.client.metadata.store.RemoteMetadataServiceImpl
 
removeDestroyedRegistry(Registry) - Static method in class org.apache.dubbo.registry.support.AbstractRegistryFactory
 
removeFailedRegisteredTask(URL) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
removeFailedSubscribed(URL, NotifyListener) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
removeFailedSubscribedTask(URL, NotifyListener) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
removeFailedUnregisteredTask(URL) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
removeFailedUnsubscribedTask(URL, NotifyListener) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
removeListener(String) - Method in class org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
removeServiceInstancesChangedListener(ServiceInstancesChangedListener) - Method in interface org.apache.dubbo.registry.client.ServiceDiscovery
unsubscribe to instances change event.
reRefer(URL) - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
reRefer(ClusterInvoker<?>, URL) - Method in class org.apache.dubbo.registry.integration.RegistryProtocol
 
reset() - Static method in class org.apache.dubbo.registry.support.AbstractRegistryFactory
Deprecated.
resetInstanceUpdateKey(ServiceInstance) - Static method in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
RestProtocolSubscribedURLsSynthesizer - Class in org.apache.dubbo.registry.client.metadata
SubscribedURLsSynthesizer implementation for REST protocol
RestProtocolSubscribedURLsSynthesizer() - Constructor for class org.apache.dubbo.registry.client.metadata.RestProtocolSubscribedURLsSynthesizer
 
run(Timeout) - Method in class org.apache.dubbo.registry.retry.AbstractRetryTask
 

S

SCRIPT_PROTOCOL - Static variable in interface org.apache.dubbo.registry.Constants
 
select(URL, List<ServiceInstance>) - Method in class org.apache.dubbo.registry.client.selector.RandomServiceInstanceSelector
 
select(URL, List<ServiceInstance>) - Method in interface org.apache.dubbo.registry.client.selector.ServiceInstanceSelector
Select an instance of ServiceInstance by the specified service instances
ServiceDiscovery - Interface in org.apache.dubbo.registry.client
The common operations of Service Discovery
ServiceDiscoveryDestroyedEvent - Class in org.apache.dubbo.registry.client.event
An event raised after the Service Discovery destroyed.
ServiceDiscoveryDestroyedEvent(ServiceDiscovery, ServiceDiscovery) - Constructor for class org.apache.dubbo.registry.client.event.ServiceDiscoveryDestroyedEvent
 
ServiceDiscoveryDestroyingEvent - Class in org.apache.dubbo.registry.client.event
An event raised when the Service Discovery is destroying.
ServiceDiscoveryDestroyingEvent(ServiceDiscovery, ServiceDiscovery) - Constructor for class org.apache.dubbo.registry.client.event.ServiceDiscoveryDestroyingEvent
 
ServiceDiscoveryEvent - Class in org.apache.dubbo.registry.client.event
An abstract Event class for ServiceDiscovery
ServiceDiscoveryEvent(ServiceDiscovery, ServiceDiscovery) - Constructor for class org.apache.dubbo.registry.client.event.ServiceDiscoveryEvent
Constructs a prototypical Event.
ServiceDiscoveryExceptionEvent - Class in org.apache.dubbo.registry.client.event
An event raised when the Service Discovery met with some exception
ServiceDiscoveryExceptionEvent(ServiceDiscovery, ServiceDiscovery, Throwable) - Constructor for class org.apache.dubbo.registry.client.event.ServiceDiscoveryExceptionEvent
 
ServiceDiscoveryFactory - Interface in org.apache.dubbo.registry.client
The factory to create ServiceDiscovery
ServiceDiscoveryInitializedEvent - Class in org.apache.dubbo.registry.client.event
An event raised after the Service Discovery initialized
ServiceDiscoveryInitializedEvent(ServiceDiscovery, ServiceDiscovery) - Constructor for class org.apache.dubbo.registry.client.event.ServiceDiscoveryInitializedEvent
 
ServiceDiscoveryInitializingEvent - Class in org.apache.dubbo.registry.client.event
An event raised when the Service Discovery is initializing.
ServiceDiscoveryInitializingEvent(ServiceDiscovery, ServiceDiscovery) - Constructor for class org.apache.dubbo.registry.client.event.ServiceDiscoveryInitializingEvent
 
ServiceDiscoveryMigrationInvoker<T> - Class in org.apache.dubbo.registry.client.migration
 
ServiceDiscoveryMigrationInvoker(RegistryProtocol, Cluster, Registry, Class<T>, URL, URL) - Constructor for class org.apache.dubbo.registry.client.migration.ServiceDiscoveryMigrationInvoker
 
ServiceDiscoveryRegistry - Class in 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) - Constructor for class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
ServiceDiscoveryRegistryDirectory<T> - Class in org.apache.dubbo.registry.client
 
ServiceDiscoveryRegistryDirectory(Class<T>, URL) - Constructor for class org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
ServiceDiscoveryRegistryFactory - Class in org.apache.dubbo.registry.client
 
ServiceDiscoveryRegistryFactory() - Constructor for class org.apache.dubbo.registry.client.ServiceDiscoveryRegistryFactory
 
ServiceInstance - Interface in org.apache.dubbo.registry.client
The model class of an instance of a service, which is used for service registration and discovery.
ServiceInstanceCustomizer - Interface in org.apache.dubbo.registry.client
ServiceInstanceEvent - Class in org.apache.dubbo.registry.client.event
ServiceInstanceEvent(Object, ServiceInstance) - Constructor for class org.apache.dubbo.registry.client.event.ServiceInstanceEvent
 
ServiceInstanceMetadataCustomizer - Class in org.apache.dubbo.registry.client.metadata
 
ServiceInstanceMetadataCustomizer() - Constructor for class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataCustomizer
 
ServiceInstanceMetadataUtils - Class in org.apache.dubbo.registry.client.metadata
The Utilities class for the metadata of the service instance
ServiceInstanceMetadataUtils() - Constructor for class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
ServiceInstanceMetadataUtils.Endpoint - Class in org.apache.dubbo.registry.client.metadata
 
ServiceInstancePreRegisteredEvent - Class in org.apache.dubbo.registry.client.event
An event raised before a service instance registered
ServiceInstancePreRegisteredEvent(Object, ServiceInstance) - Constructor for class org.apache.dubbo.registry.client.event.ServiceInstancePreRegisteredEvent
 
ServiceInstancePreUnregisteredEvent - Class in org.apache.dubbo.registry.client.event
An event raised before a service instance unregistered
ServiceInstancePreUnregisteredEvent(Object, ServiceInstance) - Constructor for class org.apache.dubbo.registry.client.event.ServiceInstancePreUnregisteredEvent
 
ServiceInstanceRegisteredEvent - Class in org.apache.dubbo.registry.client.event
An event raised after a service instance registered
ServiceInstanceRegisteredEvent(Object, ServiceInstance) - Constructor for class org.apache.dubbo.registry.client.event.ServiceInstanceRegisteredEvent
 
ServiceInstancesChangedEvent - Class in org.apache.dubbo.registry.client.event
An event raised after the instances of one service has been changed.
ServiceInstancesChangedEvent(String, List<ServiceInstance>) - Constructor for class org.apache.dubbo.registry.client.event.ServiceInstancesChangedEvent
 
ServiceInstancesChangedListener - Class in org.apache.dubbo.registry.client.event.listener
The Service Discovery Changed Event Listener
ServiceInstancesChangedListener(Set<String>, ServiceDiscovery) - Constructor for class org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
ServiceInstanceSelector - Interface in org.apache.dubbo.registry.client.selector
The ServiceInstance Selector
ServiceInstanceUnregisteredEvent - Class in org.apache.dubbo.registry.client.event
An event raised after a service instance unregistered
ServiceInstanceUnregisteredEvent(Object, ServiceInstance) - Constructor for class org.apache.dubbo.registry.client.event.ServiceInstanceUnregisteredEvent
 
SESSION_TIMEOUT_KEY - Static variable in interface org.apache.dubbo.registry.Constants
 
setConfigurators(List<Configurator>) - Method in class org.apache.dubbo.registry.integration.AbstractConfiguratorListener
 
setEnabled(boolean) - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
setEndpoints(ServiceInstance, Map<String, Integer>) - Static method in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
 
setHealthy(boolean) - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
setHost(String) - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
setId(String) - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
setInvoker(ClusterInvoker<T>) - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
setInvokersChangedListener(InvokersChangedListener) - Method in class org.apache.dubbo.registry.integration.DynamicDirectory
 
setMetadata(Map<String, String>) - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
setMetadataStorageType(ServiceInstance, String) - Static method in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils
Set the metadata storage type in specified service instance
setMigrationRule(MigrationRule) - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
setPort(Integer) - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
setPort(Integer) - Method in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils.Endpoint
 
setProtocol(String) - Method in class org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataUtils.Endpoint
 
setProtocol(Protocol) - Method in class org.apache.dubbo.registry.integration.DynamicDirectory
 
setProtocol(Protocol) - Method in class org.apache.dubbo.registry.integration.RegistryProtocol
 
setProxyFactory(ProxyFactory) - Method in class org.apache.dubbo.registry.integration.RegistryProtocol
 
setRegisteredConsumerUrl(URL) - Method in class org.apache.dubbo.registry.integration.DynamicDirectory
 
setRegistry(Registry) - Method in class org.apache.dubbo.registry.integration.DynamicDirectory
 
setRegistryFactory(RegistryFactory) - Method in class org.apache.dubbo.registry.integration.RegistryProtocol
 
setServiceDiscoveryInvoker(ClusterInvoker<T>) - Method in class org.apache.dubbo.registry.client.migration.MigrationInvoker
 
setServiceMetadata(MetadataInfo) - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
setServiceName(String) - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
setUrl(URL) - Method in class org.apache.dubbo.registry.client.event.listener.ServiceInstancesChangedListener
 
shouldMigrate(ClusterInvoker<T>, ClusterInvoker<T>) - Method in class org.apache.dubbo.registry.client.migration.DefaultMigrationAddressComparator
 
shouldMigrate(ClusterInvoker<T>, ClusterInvoker<T>) - Method in interface org.apache.dubbo.registry.client.migration.MigrationAddressComparator
 
SIMPLIFIED_KEY - Static variable in interface org.apache.dubbo.registry.Constants
simple the registry for provider.
SkipFailbackWrapperException - Exception in org.apache.dubbo.registry.support
Wrapper Exception, it is used to indicate that FailbackRegistry skips Failback.
SkipFailbackWrapperException(Throwable) - Constructor for exception org.apache.dubbo.registry.support.SkipFailbackWrapperException
 
SpringCloudMetadataServiceURLBuilder - Class in 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() - Constructor for class org.apache.dubbo.registry.client.metadata.SpringCloudMetadataServiceURLBuilder
 
StandardMetadataServiceURLBuilder - Class in org.apache.dubbo.registry.client.metadata
Standard Dubbo provider enabling introspection service discovery mode.
StandardMetadataServiceURLBuilder() - Constructor for class org.apache.dubbo.registry.client.metadata.StandardMetadataServiceURLBuilder
 
subscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
subscribe(URL) - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
SUBSCRIBE - Static variable in interface org.apache.dubbo.registry.Constants
 
subscribe(URL) - Method in class org.apache.dubbo.registry.integration.DynamicDirectory
 
subscribe(URL) - Method in class org.apache.dubbo.registry.integration.RegistryDirectory
 
subscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.ListenerRegistryWrapper
 
subscribe(URL, NotifyListener) - Method in interface org.apache.dubbo.registry.RegistryService
Subscribe to eligible registered data and automatically push when the registered data is changed.
subscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.support.AbstractRegistry
 
subscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
SUBSCRIBE_KEY - Static variable in interface org.apache.dubbo.registry.Constants
 
SubscribedURLsSynthesizer - Interface in org.apache.dubbo.registry.client.metadata
The interface to synthesize the subscribed URLs
subscribeURL(URL) - Method in class org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
supports(URL) - Method in class org.apache.dubbo.registry.client.metadata.RestProtocolSubscribedURLsSynthesizer
 
supports(URL) - Method in interface org.apache.dubbo.registry.client.metadata.SubscribedURLsSynthesizer
Supports the synthesis of the subscribed URLs or not
supports(URL) - Static method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
Supports or not ?
synthesize(URL, Collection<ServiceInstance>) - Method in class org.apache.dubbo.registry.client.metadata.RestProtocolSubscribedURLsSynthesizer
 
synthesize(URL, Collection<ServiceInstance>) - Method in interface org.apache.dubbo.registry.client.metadata.SubscribedURLsSynthesizer
synthesize the subscribed URLs

T

toString() - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
toString() - Method in class org.apache.dubbo.registry.client.InstanceAddressURL
 
toString() - Method in class org.apache.dubbo.registry.client.OverrideInstanceAddressURL
 
toString() - Method in interface org.apache.dubbo.registry.client.ServiceDiscovery
A human-readable description of the implementation
toString() - Method in class org.apache.dubbo.registry.support.AbstractRegistry
 
toSubscribeUrl(URL) - Static method in class org.apache.dubbo.registry.integration.RegistryProtocol
 
toURL() - Method in class org.apache.dubbo.registry.client.DefaultServiceInstance
 
toURL() - Method in interface org.apache.dubbo.registry.client.ServiceInstance
 
TRACE_PROTOCOL - Static variable in interface org.apache.dubbo.registry.Constants
 

U

unexportURL(URL) - Method in class org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
unregister(ServiceInstance) - Method in class org.apache.dubbo.registry.client.FileSystemServiceDiscovery
 
unregister(ServiceInstance) - Method in interface org.apache.dubbo.registry.client.ServiceDiscovery
Unregisters an instance of ServiceInstance.
unregister(URL) - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
UNREGISTER - Static variable in interface org.apache.dubbo.registry.Constants
 
unregister(URL) - Method in class org.apache.dubbo.registry.ListenerRegistryWrapper
 
unregister(URL) - Method in interface org.apache.dubbo.registry.RegistryService
Unregister
unregister(URL) - Method in class org.apache.dubbo.registry.support.AbstractRegistry
 
unregister(URL) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
unsubscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistry
 
unSubscribe(URL) - Method in class org.apache.dubbo.registry.client.ServiceDiscoveryRegistryDirectory
 
UNSUBSCRIBE - Static variable in interface org.apache.dubbo.registry.Constants
 
unSubscribe(URL) - Method in class org.apache.dubbo.registry.integration.DynamicDirectory
 
unSubscribe(URL) - Method in class org.apache.dubbo.registry.integration.RegistryDirectory
 
unsubscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.ListenerRegistryWrapper
 
unsubscribe(URL, NotifyListener) - Method in interface org.apache.dubbo.registry.RegistryService
Unsubscribe
unsubscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.support.AbstractRegistry
 
unsubscribe(URL, NotifyListener) - Method in class org.apache.dubbo.registry.support.FailbackRegistry
 
unsubscribeURL(URL) - Method in class org.apache.dubbo.registry.client.metadata.store.InMemoryWritableMetadataService
 
update(ServiceInstance) - Method in class org.apache.dubbo.registry.client.AbstractServiceDiscovery
 
update(ServiceInstance) - Method in interface 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 
Skip navigation links

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