| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Filter
已过时。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CacheFilter
CacheFilter is a core component of dubbo.Enabling cache key of service,method,consumer or provider dubbo will cache method return value.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MetricsFilter |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MonitorFilter
MonitorFilter.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ListenableFilter
It's recommended to implement Filter.Listener directly for callback registration, check the default implementation,
see
ExceptionFilter, for example. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AccessLogFilter
Record access log for the service.
|
class |
ActiveLimitFilter
ActiveLimitFilter restrict the concurrent client invocation for a service or service's method from client side.
|
class |
ClassLoaderFilter
Set the current execution thread class loader to service interface's class loader.
|
class |
CompatibleFilter
CompatibleFilter make the remote method's return value compatible to invoker's version of object.
|
class |
ConsumerContextFilter
ConsumerContextFilter set current RpcContext with invoker,invocation, local host, remote host and port
for consumer invoker.It does it to make the requires info available to execution thread's RpcContext.
|
class |
ContextFilter
ContextFilter set the provider RpcContext with invoker, invocation, local port it is using and host for
current execution thread.
|
class |
DeprecatedFilter
DeprecatedFilter logs error message if a invoked method has been marked as deprecated.
|
class |
EchoFilter
Dubbo provided default Echo echo service, which is available for all dubbo provider service interface.
|
class |
ExceptionFilter
ExceptionInvokerFilter
Functions:
unexpected exception will be logged in ERROR level on provider side.
|
class |
ExecuteLimitFilter
The maximum parallel execution request count per method per service for the provider.If the max configured
executes is set to 10 and if invoke request where it is already 10 then it will throws exception.
|
class |
GenericFilter
GenericInvokerFilter.
|
class |
GenericImplFilter
GenericImplInvokerFilter
|
class |
TimeoutFilter
Log any invocation timeout, but don't stop server from running
|
class |
TokenFilter
Perform check whether given provider token is matching with remote token or not.
|
class |
TpsLimitFilter
TpsLimitFilter limit the TPS (transaction per second) for all method of a service or a particular method.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FutureFilter
EventFilter
|
class |
TraceFilter
TraceFilter
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ValidationFilter
ValidationFilter invoke the validation by finding the right
Validator instance based on the
configured validation attribute value of invoker url before the actual method invocation. |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.