Uses of Interface
org.apache.dubbo.rpc.cluster.router.state.StateRouter
Packages that use StateRouter
Package
Description
-
Uses of StateRouter in org.apache.dubbo.rpc.cluster
Methods in org.apache.dubbo.rpc.cluster that return StateRouterModifier and TypeMethodDescriptionRouterChain.getHeadStateRouter()SingleRouterChain.getHeadStateRouter()Methods in org.apache.dubbo.rpc.cluster that return types with arguments of type StateRouterModifier and TypeMethodDescriptionList<StateRouter<T>> RouterChain.getStateRouters()Deprecated.List<StateRouter<T>> SingleRouterChain.getStateRouters()Deprecated.Methods in org.apache.dubbo.rpc.cluster with parameters of type StateRouterModifier and TypeMethodDescriptionvoidSingleRouterChain.setHeadStateRouter(StateRouter<T> headStateRouter) Deprecated. -
Uses of StateRouter in org.apache.dubbo.rpc.cluster.router.condition
Classes in org.apache.dubbo.rpc.cluster.router.condition that implement StateRouterModifier and TypeClassDescriptionclassCondition Router directs traffics matching the 'when condition' to a particular address subset determined by the 'then condition'.class -
Uses of StateRouter in org.apache.dubbo.rpc.cluster.router.condition.config
Classes in org.apache.dubbo.rpc.cluster.router.condition.config that implement StateRouterModifier and TypeClassDescriptionclassApplication level router, "application.condition-router"classAbstract router which listens to dynamic configurationclassApplication level router, "application.condition-router"classService level router, "server-unique-name.condition-router"Methods in org.apache.dubbo.rpc.cluster.router.condition.config that return StateRouter -
Uses of StateRouter in org.apache.dubbo.rpc.cluster.router.file
Methods in org.apache.dubbo.rpc.cluster.router.file that return StateRouter -
Uses of StateRouter in org.apache.dubbo.rpc.cluster.router.mesh.route
Classes in org.apache.dubbo.rpc.cluster.router.mesh.route that implement StateRouterMethods in org.apache.dubbo.rpc.cluster.router.mesh.route that return StateRouter -
Uses of StateRouter in org.apache.dubbo.rpc.cluster.router.mock
Classes in org.apache.dubbo.rpc.cluster.router.mock that implement StateRouterModifier and TypeClassDescriptionclassA specific Router designed to realize mock feature.Methods in org.apache.dubbo.rpc.cluster.router.mock that return StateRouter -
Uses of StateRouter in org.apache.dubbo.rpc.cluster.router.script
Classes in org.apache.dubbo.rpc.cluster.router.script that implement StateRouterMethods in org.apache.dubbo.rpc.cluster.router.script that return StateRouter -
Uses of StateRouter in org.apache.dubbo.rpc.cluster.router.script.config
Classes in org.apache.dubbo.rpc.cluster.router.script.config that implement StateRouter -
Uses of StateRouter in org.apache.dubbo.rpc.cluster.router.state
Classes in org.apache.dubbo.rpc.cluster.router.state that implement StateRouterModifier and TypeClassDescriptionclassThe abstract class of StateRoute.classMethods in org.apache.dubbo.rpc.cluster.router.state that return StateRouterModifier and TypeMethodDescriptionAbstractStateRouter.getNextRouter()<T> StateRouter<T> <T> StateRouter<T> Create state router.Methods in org.apache.dubbo.rpc.cluster.router.state with parameters of type StateRouterModifier and TypeMethodDescriptionfinal voidAbstractStateRouter.setNextRouter(StateRouter<T> nextRouter) Next Router node state is maintained by AbstractStateRouter and this method is not allow to override.voidStateRouter.setNextRouter(StateRouter<T> nextRouter) Notify next router node to current router.voidTailStateRouter.setNextRouter(StateRouter<T> nextRouter) -
Uses of StateRouter in org.apache.dubbo.rpc.cluster.router.tag
Classes in org.apache.dubbo.rpc.cluster.router.tag that implement StateRouter