Uses of Class
com.predic8.membrane.core.interceptor.balancer.Node
Packages that use Node
Package
Description
-
Uses of Node in com.predic8.membrane.core.interceptor.balancer
Methods in com.predic8.membrane.core.interceptor.balancer that return NodeModifier and TypeMethodDescriptionByThreadStrategy.dispatch(LoadBalancingInterceptor interceptor, AbstractExchange exc) DispatchingStrategy.dispatch(LoadBalancingInterceptor interceptor, AbstractExchange exc) RoundRobinStrategy.dispatch(LoadBalancingInterceptor interceptor, AbstractExchange exc) static NodeSession.getNode()NodeOnlineChecker.getNodeFromExchange(Exchange exc, int destination) Methods in com.predic8.membrane.core.interceptor.balancer that return types with arguments of type NodeModifier and TypeMethodDescriptionCluster.getAllNodes(long timeout) Balancer.getAllNodesByCluster(String cName) BalancerUtil.getAllNodesByCluster(Router router, String balancerName, String cName) Cluster.getAvailableNodes(long timeout) Balancer.getAvailableNodesByCluster(String cName) BalancerUtil.getAvailableNodesByCluster(Router router, String balancerName, String cName) LoadBalancingInterceptor.getEndpoints()Cluster.getNodes()Methods in com.predic8.membrane.core.interceptor.balancer with parameters of type NodeModifier and TypeMethodDescriptionvoidCluster.addSession(String sessionId, Node n) voidBalancer.addSession2Cluster(String sessionId, String cName, Node n) static voidBalancerUtil.addSession2Cluster(Router router, String balancerName, String sessionId, String cName, Node n) Balancer.getSessionsByNode(String cName, Node node) BalancerUtil.getSessionsByNode(Router router, String balancerName, String cName, Node node) Cluster.getSessionsByNode(Node node) voidvoidCluster.nodeTakeOut(Node n) voidbooleanCluster.removeNode(Node node) Method parameters in com.predic8.membrane.core.interceptor.balancer with type arguments of type Node -
Uses of Node in com.predic8.membrane.core.interceptor.balancer.faultmonitoring
Methods in com.predic8.membrane.core.interceptor.balancer.faultmonitoring that return NodeModifier and TypeMethodDescriptionFaultMonitoringStrategy.dispatch(LoadBalancingInterceptor interceptor, AbstractExchange exc)