Uses of Class
org.apache.dubbo.rpc.cluster.router.RouterSnapshotNode
Packages that use RouterSnapshotNode
Package
Description
-
Uses of RouterSnapshotNode in org.apache.dubbo.rpc.cluster
Methods in org.apache.dubbo.rpc.cluster that return RouterSnapshotNodeModifier and TypeMethodDescriptionSingleRouterChain.buildRouterSnapshot(org.apache.dubbo.common.URL url, BitList<Invoker<T>> availableInvokers, Invocation invocation) Build each router's result -
Uses of RouterSnapshotNode in org.apache.dubbo.rpc.cluster.router
Methods in org.apache.dubbo.rpc.cluster.router that return RouterSnapshotNodeMethods in org.apache.dubbo.rpc.cluster.router that return types with arguments of type RouterSnapshotNodeMethods in org.apache.dubbo.rpc.cluster.router with parameters of type RouterSnapshotNodeModifier and TypeMethodDescriptionvoidRouterSnapshotNode.appendNode(RouterSnapshotNode<T> nextNode) -
Uses of RouterSnapshotNode in org.apache.dubbo.rpc.cluster.router.condition.config
Method parameters in org.apache.dubbo.rpc.cluster.router.condition.config with type arguments of type RouterSnapshotNodeModifier and TypeMethodDescriptionListenableStateRouter.doRoute(BitList<Invoker<T>> invokers, org.apache.dubbo.common.URL url, Invocation invocation, boolean needToPrintMessage, org.apache.dubbo.common.utils.Holder<RouterSnapshotNode<T>> nodeHolder, org.apache.dubbo.common.utils.Holder<String> messageHolder) -
Uses of RouterSnapshotNode in org.apache.dubbo.rpc.cluster.router.state
Method parameters in org.apache.dubbo.rpc.cluster.router.state with type arguments of type RouterSnapshotNodeModifier and TypeMethodDescriptionAbstractStateRouter.route(BitList<Invoker<T>> invokers, org.apache.dubbo.common.URL url, Invocation invocation, boolean needToPrintMessage, org.apache.dubbo.common.utils.Holder<RouterSnapshotNode<T>> nodeHolder) StateRouter.route(BitList<Invoker<T>> invokers, org.apache.dubbo.common.URL url, Invocation invocation, boolean needToPrintMessage, org.apache.dubbo.common.utils.Holder<RouterSnapshotNode<T>> nodeHolder) Filter invokers with current routing rule and only return the invokers that comply with the rule.TailStateRouter.route(BitList<Invoker<T>> invokers, org.apache.dubbo.common.URL url, Invocation invocation, boolean needToPrintMessage, org.apache.dubbo.common.utils.Holder<RouterSnapshotNode<T>> nodeHolder) -
Uses of RouterSnapshotNode in org.apache.dubbo.rpc.cluster.router.tag
Method parameters in org.apache.dubbo.rpc.cluster.router.tag with type arguments of type RouterSnapshotNodeModifier and TypeMethodDescriptionTagStateRouter.doRoute(BitList<Invoker<T>> invokers, org.apache.dubbo.common.URL url, Invocation invocation, boolean needToPrintMessage, org.apache.dubbo.common.utils.Holder<RouterSnapshotNode<T>> nodeHolder, org.apache.dubbo.common.utils.Holder<String> messageHolder)