Uses of Class
org.jgroups.stack.RouterStub
-
Packages that use RouterStub Package Description org.jgroups.stack Support for managing protocol stacks. -
-
Uses of RouterStub in org.jgroups.stack
Fields in org.jgroups.stack with type parameters of type RouterStub Modifier and Type Field Description protected java.util.List<RouterStub>RouterStubManager. stubsMethods in org.jgroups.stack that return RouterStub Modifier and Type Method Description RouterStubRouterStub. connectionListener(RouterStub.CloseListener l)RouterStubRouterStubManager. createAndRegisterStub(java.net.InetSocketAddress local, java.net.InetSocketAddress router_addr)RouterStubRouterStubManager. createAndRegisterStub(java.net.InetSocketAddress local, java.net.InetSocketAddress router_addr, int linger)protected RouterStubRouterStubManager. findRandomConnectedStub()RouterStubRouterStub. handleHeartbeats(boolean f)RouterStubRouterStub. maxCacheAge(long max_cache_age)RouterStubRouterStub. maxCacheSize(int max_cache_size)RouterStubRouterStub. maxSendQueue(int s)RouterStubRouterStub. nonBlockingSends(boolean b)RouterStubRouterStub. receiver(RouterStub.StubReceiver r)RouterStubRouterStub. setLinger(int l)RouterStubRouterStub. socketConnectionTimeout(int timeout)RouterStubRouterStub. tcpNoDelay(boolean tcp_nodelay)RouterStubRouterStubManager. unregisterStub(java.net.InetSocketAddress router_addr_sa)Methods in org.jgroups.stack with parameters of type RouterStub Modifier and Type Method Description voidRouterStub.CloseListener. closed(RouterStub stub)voidRouterStubManager. closed(RouterStub stub)intRouterStub. compareTo(RouterStub o)Method parameters in org.jgroups.stack with type arguments of type RouterStub Modifier and Type Method Description voidRouterStubManager. forAny(java.util.function.Consumer<RouterStub> action)Applies action to a randomly picked RouterStub that's connectedvoidRouterStubManager. forEach(java.util.function.Consumer<RouterStub> action)Applies action to all connected RouterStubs
-