| 限定符和类型 | 类和说明 |
|---|---|
class |
DelegateProviderMetaDataInvoker<T> |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Monitor
Monitor.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DubboMonitor
DubboMonitor
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Registry
Registry.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DubboRegistry
DubboRegistry
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RegistryDirectory<T>
RegistryDirectory
|
static class |
RegistryProtocol.InvokerDelegete<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MulticastRegistry
MulticastRegistry
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RedisRegistry
RedisRegistry
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractRegistry
AbstractRegistry.
|
class |
ConsumerInvokerWrapper<T> |
class |
FailbackRegistry
FailbackRegistry.
|
class |
ProviderInvokerWrapper<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ZookeeperRegistry
ZookeeperRegistry
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Invoker<T>
Invoker.
|
| 限定符和类型 | 接口和说明 |
|---|---|
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 |
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 RpcResult.
|
class |
ForkingClusterInvoker<T>
Invoke a specific number of invokers concurrently, usually used for demanding real-time operations, but need to waste more service resources.
|
class |
MergeableClusterInvoker<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MockClusterInvoker<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ListenerInvokerWrapper<T>
ListenerInvoker
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractInvoker<T>
AbstractInvoker.
|
class |
InvokerWrapper<T>
InvokerWrapper
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DubboInvoker<T>
DubboInvoker
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ThriftInvoker<T> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractProxyInvoker<T>
InvokerWrapper
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DelegateInvoker<T>
DelegateInvoker
|
class |
MockInvoker<T> |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.