接口的使用
org.apache.dubbo.common.Node
-
-
com.alibaba.dubbo.monitor中Node的使用
com.alibaba.dubbo.monitor中Node的子接口 修饰符和类型 接口 说明 interfaceMonitor已过时。 -
com.alibaba.dubbo.registry中Node的使用
com.alibaba.dubbo.registry中Node的子接口 修饰符和类型 接口 说明 interfaceRegistry已过时。 -
com.alibaba.dubbo.registry.support中Node的使用
实现Node的com.alibaba.dubbo.registry.support中的类 修饰符和类型 类 说明 classAbstractRegistry已过时。classFailbackRegistry已过时。 -
com.alibaba.dubbo.rpc中Node的使用
com.alibaba.dubbo.rpc中Node的子接口 修饰符和类型 接口 说明 interfaceInvoker<T>已过时。实现Node的com.alibaba.dubbo.rpc中的类 修饰符和类型 类 说明 static classInvoker.CompatibleInvoker<T>已过时。 -
com.alibaba.dubbo.rpc.cluster中Node的使用
com.alibaba.dubbo.rpc.cluster中Node的子接口 修饰符和类型 接口 说明 interfaceDirectory<T>已过时。 -
org.apache.dubbo.config.invoker中Node的使用
实现Node的org.apache.dubbo.config.invoker中的类 修饰符和类型 类 说明 classDelegateProviderMetaDataInvoker<T>A Invoker wrapper that wrap the invoker and all the metadata (ServiceConfig) -
org.apache.dubbo.monitor中Node的使用
org.apache.dubbo.monitor中Node的子接口 修饰符和类型 接口 说明 interfaceMonitorMonitor. -
org.apache.dubbo.monitor.dubbo中Node的使用
实现Node的org.apache.dubbo.monitor.dubbo中的类 修饰符和类型 类 说明 classDubboMonitorDubboMonitor -
org.apache.dubbo.registry中Node的使用
org.apache.dubbo.registry中Node的子接口 修饰符和类型 接口 说明 interfaceRegistryRegistry.实现Node的org.apache.dubbo.registry中的类 修饰符和类型 类 说明 classListenerRegistryWrapper -
org.apache.dubbo.registry.client中Node的使用
实现Node的org.apache.dubbo.registry.client中的类 修饰符和类型 类 说明 classServiceDiscoveryRegistryBeing different to the traditional registry,ServiceDiscoveryRegistrythat is a new service-orientedRegistrybased onServiceDiscovery, it will not interact in the external registry directly, but store theurlsthat Dubbo services exported and referenced intoWritableMetadataServicewhenServiceDiscoveryRegistry.register(URL)andServiceDiscoveryRegistry.subscribe(URL, NotifyListener)methods are executed.classServiceDiscoveryRegistryDirectory<T> -
org.apache.dubbo.registry.client.migration中Node的使用
org.apache.dubbo.registry.client.migration中Node的子接口 修饰符和类型 接口 说明 interfaceMigrationClusterInvoker<T>FIXME, some methods need to be further optimized.实现Node的org.apache.dubbo.registry.client.migration中的类 修饰符和类型 类 说明 classMigrationInvoker<T>classServiceDiscoveryMigrationInvoker<T> -
org.apache.dubbo.registry.dns中Node的使用
实现Node的org.apache.dubbo.registry.dns中的类 修饰符和类型 类 说明 classDNSRegistryEmpty implements for DNS
DNS only support `Service Discovery` mode register
Used to compat past version like 2.6.x, 2.7.x with interface level register
DNSServiceDiscoveryis the real implementation of DNS -
org.apache.dubbo.registry.integration中Node的使用
实现Node的org.apache.dubbo.registry.integration中的类 修饰符和类型 类 说明 classDynamicDirectory<T>RegistryDirectoryclassRegistryDirectory<T>RegistryDirectorystatic classRegistryProtocol.InvokerDelegate<T> -
org.apache.dubbo.registry.kubernetes中Node的使用
实现Node的org.apache.dubbo.registry.kubernetes中的类 修饰符和类型 类 说明 classKubernetesRegistryEmpty implements for Kubernetes
Kubernetes only support `Service Discovery` mode register
Used to compat past version like 2.6.x, 2.7.x with interface level register
KubernetesServiceDiscoveryis the real implementation of Kubernetes -
org.apache.dubbo.registry.multicast中Node的使用
实现Node的org.apache.dubbo.registry.multicast中的类 修饰符和类型 类 说明 classMulticastRegistryMulticastRegistry -
org.apache.dubbo.registry.multiple中Node的使用
实现Node的org.apache.dubbo.registry.multiple中的类 修饰符和类型 类 说明 classMultipleRegistryMultipleRegistry -
org.apache.dubbo.registry.nacos中Node的使用
实现Node的org.apache.dubbo.registry.nacos中的类 修饰符和类型 类 说明 classNacosRegistryNacosRegistry -
org.apache.dubbo.registry.support中Node的使用
实现Node的org.apache.dubbo.registry.support中的类 修饰符和类型 类 说明 classAbstractRegistryAbstractRegistry.classCacheableFailbackRegistryUseful for registries who's sdk returns raw string as provider instance, for example, zookeeper and etcd.classFailbackRegistryFailbackRegistry. -
org.apache.dubbo.registry.xds中Node的使用
实现Node的org.apache.dubbo.registry.xds中的类 修饰符和类型 类 说明 classXdsRegistryEmpty implements for xDS
xDS only support `Service Discovery` mode register
Used to compat past version like 2.6.x, 2.7.x with interface level register
XdsServiceDiscoveryis the real implementation of xDS -
org.apache.dubbo.registry.zookeeper中Node的使用
实现Node的org.apache.dubbo.registry.zookeeper中的类 修饰符和类型 类 说明 classZookeeperRegistryZookeeperRegistry -
org.apache.dubbo.rpc中Node的使用
org.apache.dubbo.rpc中Node的子接口 修饰符和类型 接口 说明 interfaceInvoker<T>Invoker. -
org.apache.dubbo.rpc.cluster中Node的使用
org.apache.dubbo.rpc.cluster中Node的子接口 修饰符和类型 接口 说明 interfaceClusterInvoker<T>This is the final Invoker type referenced by the RPC proxy on Consumer side.interfaceDirectory<T>Directory. -
org.apache.dubbo.rpc.cluster.directory中Node的使用
实现Node的org.apache.dubbo.rpc.cluster.directory中的类 修饰符和类型 类 说明 classAbstractDirectory<T>Abstract implementation of Directory: Invoker list returned from this Directory's list method have been filtered by RoutersclassStaticDirectory<T>StaticDirectory -
org.apache.dubbo.rpc.cluster.filter中Node的使用
实现Node的org.apache.dubbo.rpc.cluster.filter中的类 修饰符和类型 类 说明 static classFilterChainBuilder.ClusterFilterChainNode<T,TYPE extends ClusterInvoker<T>,FILTER extends BaseFilter>Works on consumer sidestatic classFilterChainBuilder.FilterChainNode<T,TYPE extends Invoker<T>,FILTER extends BaseFilter>Works on provider side -
org.apache.dubbo.rpc.cluster.support中Node的使用
实现Node的org.apache.dubbo.rpc.cluster.support中的类 修饰符和类型 类 说明 classAbstractClusterInvoker<T>AbstractClusterInvokerclassAvailableClusterInvoker<T>AvailableClusterclassBroadcastClusterInvoker<T>BroadcastClusterInvokerclassFailbackClusterInvoker<T>When fails, record failure requests and schedule for retry on a regular interval.classFailfastClusterInvoker<T>Execute exactly once, which means this policy will throw an exception immediately in case of an invocation error.classFailoverClusterInvoker<T>When invoke fails, log the initial error and retry other invokers (retry n times, which means at most n different invokers will be invoked) Note that retry causes latency.classFailsafeClusterInvoker<T>When invoke fails, log the error message and ignore this error by returning an empty Result.classForkingClusterInvoker<T>NOTICE!classMergeableClusterInvoker<T> -
org.apache.dubbo.rpc.cluster.support.registry中Node的使用
实现Node的org.apache.dubbo.rpc.cluster.support.registry中的类 修饰符和类型 类 说明 classZoneAwareClusterInvoker<T>When there're more than one registry for subscription. -
org.apache.dubbo.rpc.cluster.support.wrapper中Node的使用
实现Node的org.apache.dubbo.rpc.cluster.support.wrapper中的类 修饰符和类型 类 说明 classMockClusterInvoker<T> -
org.apache.dubbo.rpc.listener中Node的使用
实现Node的org.apache.dubbo.rpc.listener中的类 修饰符和类型 类 说明 classListenerInvokerWrapper<T>ListenerInvoker -
org.apache.dubbo.rpc.protocol中Node的使用
实现Node的org.apache.dubbo.rpc.protocol中的类 修饰符和类型 类 说明 classAbstractInvoker<T>This Invoker works on Consumer side.classInvokerWrapper<T>InvokerWrapper -
org.apache.dubbo.rpc.protocol.dubbo中Node的使用
实现Node的org.apache.dubbo.rpc.protocol.dubbo中的类 修饰符和类型 类 说明 classDubboInvoker<T>DubboInvoker -
org.apache.dubbo.rpc.protocol.grpc中Node的使用
实现Node的org.apache.dubbo.rpc.protocol.grpc中的类 修饰符和类型 类 说明 classGrpcInvoker<T> -
org.apache.dubbo.rpc.protocol.tri中Node的使用
实现Node的org.apache.dubbo.rpc.protocol.tri中的类 修饰符和类型 类 说明 classTripleInvoker<T>TripleInvoker -
org.apache.dubbo.rpc.proxy中Node的使用
实现Node的org.apache.dubbo.rpc.proxy中的类 修饰符和类型 类 说明 classAbstractProxyInvoker<T>This Invoker works on provider side, delegates RPC to interface implementation. -
org.apache.dubbo.rpc.support中Node的使用
实现Node的org.apache.dubbo.rpc.support中的类 修饰符和类型 类 说明 classMockInvoker<T>
-