Uses of Interface
org.apache.dubbo.rpc.cluster.router.state.StateRouter
Packages that use StateRouter
-
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.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)