| Modifier and Type | Class and Description |
|---|---|
class |
CacheFilter
CacheFilter is a core component of dubbo.Enabling cache key of service,method,consumer or provider dubbo will cache method return value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnvironmentAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
LoadStatusChecker
Load Status
|
class |
MemoryStatusChecker
MemoryStatus
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceStatusChecker
DataSourceStatusChecker
|
class |
SpringStatusChecker
SpringStatusChecker
|
| Modifier and Type | Class and Description |
|---|---|
class |
MonitorFilter
MonitorFilter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeTelnetHandler
ChangeServiceTelnetHandler
|
class |
CountTelnetHandler
CountTelnetHandler
|
class |
CurrentTelnetHandler
CurrentServiceTelnetHandler
|
class |
InvokeTelnetHandler
InvokeTelnetHandler
|
class |
ListTelnetHandler
ListTelnetHandler handler list services and its methods details.
|
class |
LogTelnetHandler
LogTelnetHandler
|
class |
PortTelnetHandler
ServerTelnetHandler
|
class |
SelectTelnetHandler
SelectTelnetHandler
|
class |
ShutdownTelnetHandler
ShutdownTelnetHandler
|
class |
TraceTelnetHandler
TraceTelnetHandler
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegistryStatusChecker
RegistryStatusChecker
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClearTelnetHandler
ClearTelnetHandler
|
class |
ExitTelnetHandler
ExitTelnetHandler
|
class |
HelpTelnetHandler
HelpTelnetHandler
|
class |
LogTelnetHandler
LogTelnetHandler
|
class |
StatusTelnetHandler
StatusTelnetHandler
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConsumerContextClusterInterceptor |
class |
ZoneAwareClusterInterceptor
Determines the zone information of current request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppRouterFactory
Application level router factory
|
class |
ServiceRouterFactory
Service level router factory
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockRouterFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
TagRouterFactory
Tag router factory
|
| Modifier and Type | Class and Description |
|---|---|
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 |
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
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeprecatedInvokerListener
DeprecatedProtocolFilter
|
| Modifier and Type | Class and Description |
|---|---|
class |
FutureFilter
EventFilter
|
class |
TraceFilter
TraceFilter
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerStatusChecker
ServerStatusChecker
|
class |
ThreadPoolStatusChecker
ThreadPoolStatusChecker
|
| Modifier and Type | Class and Description |
|---|---|
class |
RpcContextInterceptor
Hand over context information from Dubbo to gRPC.
|
| Modifier and Type | Class and Description |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.