| Modifier and Type | Method and Description |
|---|---|
Result |
CacheFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateProviderMetaDataInvoker<T> |
| Constructor and Description |
|---|
DelegateProviderMetaDataInvoker(Invoker<T> invoker,
ServiceConfig metadata) |
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentMap<String,Set<Invoker>> |
ApplicationModel.providedServicesInvoker |
| Modifier and Type | Method and Description |
|---|---|
Set<Invoker> |
ApplicationModel.getProviderInvoker(String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ApplicationModel.addProviderInvoker(String serviceName,
Invoker invoker) |
| Constructor and Description |
|---|
DubboMonitor(Invoker<MonitorService> monitorInvoker,
MonitorService monitorService) |
| Modifier and Type | Method and Description |
|---|---|
Result |
MonitorFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
QosProtocolWrapper.refer(Class<T> type,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
QosProtocolWrapper.export(Invoker<T> invoker) |
| Constructor and Description |
|---|
DubboRegistry(Invoker<RegistryService> registryInvoker,
RegistryService registryService) |
| Modifier and Type | Class and Description |
|---|---|
static class |
RegistryProtocol.InvokerDelegete<T> |
| Modifier and Type | Method and Description |
|---|---|
Invoker<T> |
RegistryProtocol.InvokerDelegete.getInvoker() |
<T> Invoker<T> |
RegistryProtocol.refer(Class<T> type,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
List<Invoker<T>> |
RegistryDirectory.doList(Invocation invocation) |
Map<String,List<Invoker<T>>> |
RegistryDirectory.getMethodInvokerMap()
Haomin: added for test purpose
|
Map<String,Invoker<T>> |
RegistryDirectory.getUrlInvokerMap()
Haomin: added for test purpose
|
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
RegistryProtocol.export(Invoker<T> originInvoker) |
| Constructor and Description |
|---|
RegistryProtocol.InvokerDelegete(Invoker<T> invoker,
URL url) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsumerInvokerWrapper<T> |
class |
ProviderInvokerWrapper<T> |
| Modifier and Type | Method and Description |
|---|---|
Invoker<T> |
ProviderInvokerWrapper.getInvoker() |
Invoker<T> |
ConsumerInvokerWrapper.getInvoker() |
| Modifier and Type | Method and Description |
|---|---|
static ProviderInvokerWrapper |
ProviderConsumerRegTable.getProviderWrapper(Invoker invoker) |
static void |
ProviderConsumerRegTable.registerConsumer(Invoker invoker,
URL registryUrl,
URL consumerUrl,
RegistryDirectory registryDirectory) |
static void |
ProviderConsumerRegTable.registerProvider(Invoker invoker,
URL registryUrl,
URL providerUrl) |
| Constructor and Description |
|---|
ConsumerInvokerWrapper(Invoker<T> invoker,
URL registryUrl,
URL consumerUrl,
RegistryDirectory registryDirectory) |
ProviderInvokerWrapper(Invoker<T> invoker,
URL registryUrl,
URL providerUrl) |
| Modifier and Type | Method and Description |
|---|---|
Invoker<?> |
RpcInvocation.getInvoker() |
Invoker<?> |
RpcContext.getInvoker()
Deprecated.
Replace to getUrl()
|
Invoker<?> |
Invocation.getInvoker()
get the invoker in current context.
|
Invoker<T> |
Exporter.getInvoker()
get invoker.
|
<T> Invoker<T> |
ProxyFactory.getInvoker(T proxy,
Class<T> type,
URL url)
create invoker.
|
<T> Invoker<T> |
Protocol.refer(Class<T> type,
URL url)
Refer a remote service:
1. |
| Modifier and Type | Method and Description |
|---|---|
List<Invoker<?>> |
RpcContext.getInvokers()
Deprecated.
Replace to getUrls()
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvokerListener.destroyed(Invoker<?> invoker)
The invoker destroyed.
|
<T> Exporter<T> |
Protocol.export(Invoker<T> invoker)
Export service for remote invocation:
1. |
<T> T |
ProxyFactory.getProxy(Invoker<T> invoker)
create proxy.
|
Result |
Filter.invoke(Invoker<?> invoker,
Invocation invocation)
do invoke filter.
|
void |
InvokerListener.referred(Invoker<?> invoker)
The invoker referred
|
void |
RpcInvocation.setInvoker(Invoker<?> invoker) |
RpcContext |
RpcContext.setInvoker(Invoker<?> invoker) |
| Modifier and Type | Method and Description |
|---|---|
RpcContext |
RpcContext.setInvokers(List<Invoker<?>> invokers) |
| Constructor and Description |
|---|
RpcInvocation(Invocation invocation,
Invoker<?> invoker) |
RpcInvocation(String methodName,
Class<?>[] parameterTypes,
Object[] arguments,
Map<String,String> attachments,
Invoker<?> invoker) |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
Cluster.join(Directory<T> directory)
Merge the directory invokers to a virtual invoker.
|
<T> Invoker<T> |
LoadBalance.select(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
select one invoker in list.
|
| Modifier and Type | Method and Description |
|---|---|
List<Invoker<T>> |
Directory.list(Invocation invocation)
list invokers.
|
<T> List<Invoker<T>> |
Router.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
route.
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<Invoker<T>> |
Router.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
route.
|
<T> Invoker<T> |
LoadBalance.select(List<Invoker<T>> invokers,
URL url,
Invocation invocation)
select one invoker in list.
|
| Modifier and Type | Method and Description |
|---|---|
List<Invoker<T>> |
AbstractDirectory.list(Invocation invocation) |
| Constructor and Description |
|---|
StaticDirectory(List<Invoker<T>> invokers) |
StaticDirectory(List<Invoker<T>> invokers,
List<Router> routers) |
StaticDirectory(URL url,
List<Invoker<T>> invokers) |
StaticDirectory(URL url,
List<Invoker<T>> invokers,
List<Router> routers) |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
AbstractLoadBalance.select(List<Invoker<T>> invokers,
URL url,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
AbstractLoadBalance.select(List<Invoker<T>> invokers,
URL url,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<Invoker<T>> |
MockInvokersSelector.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<Invoker<T>> |
MockInvokersSelector.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<Invoker<T>> |
ConditionRouter.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<Invoker<T>> |
ConditionRouter.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<Invoker<T>> |
ScriptRouter.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<Invoker<T>> |
ScriptRouter.route(List<Invoker<T>> invokers,
URL url,
Invocation invocation) |
| Modifier and Type | Class and Description |
|---|---|
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> |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
MergeableCluster.join(Directory<T> directory) |
<T> Invoker<T> |
ForkingCluster.join(Directory<T> directory) |
<T> Invoker<T> |
FailsafeCluster.join(Directory<T> directory) |
<T> Invoker<T> |
FailoverCluster.join(Directory<T> directory) |
<T> Invoker<T> |
FailfastCluster.join(Directory<T> directory) |
<T> Invoker<T> |
FailbackCluster.join(Directory<T> directory) |
<T> Invoker<T> |
BroadcastCluster.join(Directory<T> directory) |
<T> Invoker<T> |
AvailableCluster.join(Directory<T> directory) |
| Modifier and Type | Method and Description |
|---|---|
Result |
ForkingClusterInvoker.doInvoke(Invocation invocation,
List<Invoker<T>> invokers,
LoadBalance loadbalance) |
Result |
FailsafeClusterInvoker.doInvoke(Invocation invocation,
List<Invoker<T>> invokers,
LoadBalance loadbalance) |
Result |
FailoverClusterInvoker.doInvoke(Invocation invocation,
List<Invoker<T>> invokers,
LoadBalance loadbalance) |
Result |
FailfastClusterInvoker.doInvoke(Invocation invocation,
List<Invoker<T>> invokers,
LoadBalance loadbalance) |
Result |
BroadcastClusterInvoker.doInvoke(Invocation invocation,
List<Invoker<T>> invokers,
LoadBalance loadbalance) |
Result |
AvailableClusterInvoker.doInvoke(Invocation invocation,
List<Invoker<T>> invokers,
LoadBalance loadbalance) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockClusterInvoker<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
MockClusterWrapper.join(Directory<T> directory) |
| Constructor and Description |
|---|
MockClusterInvoker(Directory<T> directory,
Invoker<T> invoker) |
| Modifier and Type | Method and Description |
|---|---|
Result |
TpsLimitFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Result |
TokenFilter.invoke(Invoker<?> invoker,
Invocation inv) |
Result |
TimeoutFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Result |
GenericImplFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Result |
GenericFilter.invoke(Invoker<?> invoker,
Invocation inv) |
Result |
ExecuteLimitFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Result |
ExceptionFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Result |
EchoFilter.invoke(Invoker<?> invoker,
Invocation inv) |
Result |
DeprecatedFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Result |
ContextFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Result |
ConsumerContextFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Result |
CompatibleFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Result |
ClassLoaderFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Result |
ActiveLimitFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Result |
AccessLogFilter.invoke(Invoker<?> invoker,
Invocation inv) |
| Modifier and Type | Class and Description |
|---|---|
class |
ListenerInvokerWrapper<T>
ListenerInvoker
|
| Modifier and Type | Method and Description |
|---|---|
Invoker<T> |
ListenerExporterWrapper.getInvoker() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvokerListenerAdapter.destroyed(Invoker<?> invoker) |
void |
InvokerListenerAdapter.referred(Invoker<?> invoker) |
void |
DeprecatedInvokerListener.referred(Invoker<?> invoker) |
| Constructor and Description |
|---|
ListenerInvokerWrapper(Invoker<T> invoker,
List<InvokerListener> listeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInvoker<T>
AbstractInvoker.
|
class |
InvokerWrapper<T>
InvokerWrapper
|
| Modifier and Type | Method and Description |
|---|---|
Invoker<T> |
AbstractExporter.getInvoker() |
<T> Invoker<T> |
ProtocolListenerWrapper.refer(Class<T> type,
URL url) |
<T> Invoker<T> |
ProtocolFilterWrapper.refer(Class<T> type,
URL url) |
<T> Invoker<T> |
AbstractProxyProtocol.refer(Class<T> type,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
ProtocolListenerWrapper.export(Invoker<T> invoker) |
<T> Exporter<T> |
ProtocolFilterWrapper.export(Invoker<T> invoker) |
<T> Exporter<T> |
AbstractProxyProtocol.export(Invoker<T> invoker) |
| Constructor and Description |
|---|
AbstractExporter(Invoker<T> invoker) |
InvokerWrapper(Invoker<T> invoker,
URL url) |
| Modifier and Type | Class and Description |
|---|---|
class |
DubboInvoker<T>
DubboInvoker
|
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
DubboProtocol.refer(Class<T> serviceType,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Invoker<?>> |
DubboProtocol.getInvokers() |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
DubboProtocol.export(Invoker<T> invoker) |
| Constructor and Description |
|---|
DubboExporter(Invoker<T> invoker,
String key,
Map<String,Exporter<?>> exporterMap) |
| Constructor and Description |
|---|
DubboInvoker(Class<T> serviceType,
URL url,
ExchangeClient[] clients,
Set<Invoker<?>> invokers) |
| Modifier and Type | Method and Description |
|---|---|
Result |
TraceFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Result |
FutureFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
InjvmProtocol.refer(Class<T> serviceType,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
InjvmProtocol.export(Invoker<T> invoker) |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
MemcachedProtocol.refer(Class<T> type,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
MemcachedProtocol.export(Invoker<T> invoker) |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
RedisProtocol.refer(Class<T> type,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
RedisProtocol.export(Invoker<T> invoker) |
| Modifier and Type | Class and Description |
|---|---|
class |
ThriftInvoker<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
ThriftProtocol.refer(Class<T> type,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
ThriftProtocol.export(Invoker<T> invoker) |
| Constructor and Description |
|---|
ThriftInvoker(Class<T> type,
URL url,
ExchangeClient[] clients,
Set<Invoker<?>> invokers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProxyInvoker<T>
InvokerWrapper
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AbstractProxyFactory.getProxy(Invoker<T> invoker) |
abstract <T> T |
AbstractProxyFactory.getProxy(Invoker<T> invoker,
Class<?>[] types) |
| Constructor and Description |
|---|
InvokerInvocationHandler(Invoker<?> handler) |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
JavassistProxyFactory.getInvoker(T proxy,
Class<T> type,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JavassistProxyFactory.getProxy(Invoker<T> invoker,
Class<?>[] interfaces) |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
JdkProxyFactory.getInvoker(T proxy,
Class<T> type,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JdkProxyFactory.getProxy(Invoker<T> invoker,
Class<?>[] interfaces) |
| Modifier and Type | Method and Description |
|---|---|
<T> Invoker<T> |
StubProxyFactoryWrapper.getInvoker(T proxy,
Class<T> type,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
StubProxyFactoryWrapper.getProxy(Invoker<T> invoker) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateInvoker<T>
DelegateInvoker
|
class |
MockInvoker<T> |
| Modifier and Type | Method and Description |
|---|---|
Invoker<T> |
DelegateExporter.getInvoker() |
<T> Invoker<T> |
MockProtocol.refer(Class<T> type,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
<T> Exporter<T> |
MockProtocol.export(Invoker<T> invoker) |
| Constructor and Description |
|---|
DelegateInvoker(Invoker<T> invoker) |
| Modifier and Type | Method and Description |
|---|---|
Result |
ValidationFilter.invoke(Invoker<?> invoker,
Invocation invocation) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.