| 限定符和类型 | 类和说明 |
|---|---|
static class |
Invoker.CompatibleInvoker<T>
已过时。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DelegateProviderMetaDataInvoker<T>
A Invoker wrapper that wrap the invoker and all the metadata (ServiceConfig)
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Monitor
Monitor.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DubboMonitor
DubboMonitor
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Registry
Registry.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ListenerRegistryWrapper |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ServiceDiscoveryRegistry
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. |
class |
ServiceDiscoveryRegistryDirectory<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MigrationInvoker<T> |
class |
ServiceDiscoveryMigrationInvoker<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ConsulRegistry
registry center implementation for consul
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DubboRegistry
DubboRegistry
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
EtcdRegistry
Support for ectd3 registry.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DynamicDirectory<T>
RegistryDirectory
|
class |
RegistryDirectory<T>
RegistryDirectory
|
static class |
RegistryProtocol.InvokerDelegate<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MulticastRegistry
MulticastRegistry
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MultipleRegistry
MultipleRegistry
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
NacosRegistry
Nacos
Registry |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RedisRegistry
RedisRegistry
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SofaRegistry
The Sofa registry.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractRegistry
AbstractRegistry.
|
class |
FailbackRegistry
FailbackRegistry.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ZookeeperRegistry
ZookeeperRegistry
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Invoker<T>
Invoker.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ClusterInvoker<T>
This is the final Invoker type referenced by the RPC proxy on Consumer side.
|
interface |
Directory<T>
Directory.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractDirectory<T>
Abstract implementation of Directory: Invoker list returned from this Directory's list method have been filtered by Routers
|
class |
StaticDirectory<T>
StaticDirectory
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractClusterInvoker<T>
AbstractClusterInvoker
|
class |
AvailableClusterInvoker<T>
AvailableCluster
|
class |
BroadcastCluster2Invoker<T>
BroadcastCluster2Invoker
sed for collecting all service provider results when in broadcast2 mode
|
class |
BroadcastClusterInvoker<T>
BroadcastClusterInvoker
|
class |
FailbackClusterInvoker<T>
When fails, record failure requests and schedule for retry on a regular interval.
|
class |
FailfastClusterInvoker<T>
Execute exactly once, which means this policy will throw an exception immediately in case of an invocation error.
|
class |
FailoverClusterInvoker<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.
|
class |
FailsafeClusterInvoker<T>
When invoke fails, log the error message and ignore this error by returning an empty Result.
|
class |
ForkingClusterInvoker<T>
NOTICE!
|
class |
MergeableClusterInvoker<T> |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
MigrationClusterInvoker<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ZoneAwareClusterInvoker<T>
When there're more than one registry for subscription.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MockClusterInvoker<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ListenerInvokerWrapper<T>
ListenerInvoker
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractInvoker<T>
This Invoker works on Consumer side.
|
class |
AsyncToSyncInvoker<T>
This class will work as a wrapper wrapping outside of each protocol invoker.
|
class |
InvokerWrapper<T>
InvokerWrapper
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DubboInvoker<T>
DubboInvoker
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
GrpcInvoker<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ThriftInvoker<T>
已过时。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractProxyInvoker<T>
This Invoker works on provider side, delegates RPC to interface implementation.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MockInvoker<T> |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.