Uses of Class
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker
Packages that use AbstractClusterInvoker
Package
Description
-
Uses of AbstractClusterInvoker in org.apache.dubbo.rpc.cluster.interceptor
Methods in org.apache.dubbo.rpc.cluster.interceptor with parameters of type AbstractClusterInvokerModifier and TypeMethodDescriptionvoidClusterInterceptor.after(AbstractClusterInvoker<?> clusterInvoker, Invocation invocation) Deprecated.voidClusterInterceptor.before(AbstractClusterInvoker<?> clusterInvoker, Invocation invocation) Deprecated.default ResultClusterInterceptor.intercept(AbstractClusterInvoker<?> clusterInvoker, Invocation invocation) Deprecated.Override this method orClusterInterceptor.before(AbstractClusterInvoker, Invocation)andClusterInterceptor.after(AbstractClusterInvoker, Invocation)methods to add your own logic expected to be executed before and after invoke.voidClusterInterceptor.Listener.onError(Throwable t, AbstractClusterInvoker<?> clusterInvoker, Invocation invocation) voidClusterInterceptor.Listener.onMessage(Result appResponse, AbstractClusterInvoker<?> clusterInvoker, Invocation invocation) -
Uses of AbstractClusterInvoker in org.apache.dubbo.rpc.cluster.support
Subclasses of AbstractClusterInvoker in org.apache.dubbo.rpc.cluster.supportModifier and TypeClassDescriptionclassAvailableClusterInvokerclassBroadcastClusterInvokerclassWhen fails, record failure requests and schedule for retry on a regular interval.classExecute exactly once, which means this policy will throw an exception immediately in case of an invocation error.classWhen 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.classWhen invoke fails, log the error message and ignore this error by returning an empty Result.classNOTICE! This implementation does not work well with async call.classMethods in org.apache.dubbo.rpc.cluster.support that return AbstractClusterInvokerModifier and TypeMethodDescription<T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> <T> AbstractClusterInvoker<T> -
Uses of AbstractClusterInvoker in org.apache.dubbo.rpc.cluster.support.registry
Subclasses of AbstractClusterInvoker in org.apache.dubbo.rpc.cluster.support.registryModifier and TypeClassDescriptionclassWhen there are more than one registry for subscription.