Uses of Interface
org.apache.dubbo.rpc.BaseFilter
Packages that use BaseFilter
Package
Description
-
Uses of BaseFilter in org.apache.dubbo.rpc
Subinterfaces of BaseFilter in org.apache.dubbo.rpcModifier and TypeInterfaceDescriptioninterfaceExtension for intercepting the invocation for both service provider and consumer, furthermore, most of functions in dubbo are implemented base on the same mechanism.Classes in org.apache.dubbo.rpc that implement BaseFilter -
Uses of BaseFilter in org.apache.dubbo.rpc.cluster.filter
Subinterfaces of BaseFilter in org.apache.dubbo.rpc.cluster.filter -
Uses of BaseFilter in org.apache.dubbo.rpc.filter
Classes in org.apache.dubbo.rpc.filter that implement BaseFilterModifier and TypeClassDescriptionclassRecord access log for the service.classActiveLimitFilter restrict the concurrent client invocation for a service or service's method from client side.classif the load balance is adaptive ,set attachment to get the metrics of the serverclassSwitch thread context class loader on filter callback.classSet the current execution thread class loader to service interface's class loader.classDeprecated.classContextFilter set the provider RpcContext with invoker, invocation, local port it is using and host for current execution thread.classDeprecatedFilter logs error message if a invoked method has been marked as deprecated.classDubbo provided default Echo echo service, which is available for all dubbo provider service interface.classExceptionInvokerFilterclassThe 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 throw exception.classGenericInvokerFilter.classGenericImplInvokerFilterclassclassRpcExceptionFilterclassLog any invocation timeout, but don't stop server from runningclassPerform check whether given provider token is matching with remote token or not.classTpsLimitFilter limit the TPS (transaction per second) for all method of a service or a particular method. -
Uses of BaseFilter in org.apache.dubbo.rpc.protocol.dubbo.filter
Classes in org.apache.dubbo.rpc.protocol.dubbo.filter that implement BaseFilter