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. stubs
Methods in org.jgroups.stack that return RouterStub Modifier and Type Method Description RouterStub
RouterStub. connectionListener(RouterStub.CloseListener l)
RouterStub
RouterStubManager. createAndRegisterStub(IpAddress local, IpAddress router_addr)
protected RouterStub
RouterStubManager. find(IpAddress router_addr)
protected RouterStub
RouterStubManager. findRandomConnectedStub()
RouterStub
RouterStub. receiver(RouterStub.StubReceiver r)
RouterStub
RouterStub. set(java.lang.String attr, java.lang.Object val)
RouterStub
RouterStub. socketConnectionTimeout(int timeout)
RouterStub
RouterStub. tcpNoDelay(boolean tcp_nodelay)
RouterStub
RouterStubManager. unregisterStub(IpAddress router_addr)
Methods in org.jgroups.stack with parameters of type RouterStub Modifier and Type Method Description protected boolean
RouterStubManager. add(RouterStub stub)
void
RouterStub.CloseListener. closed(RouterStub stub)
void
RouterStubManager. closed(RouterStub stub)
int
RouterStub. compareTo(RouterStub o)
protected void
RouterStubManager. moveStubToReconnects(RouterStub stub)
protected boolean
RouterStubManager. remove(RouterStub stub)
Method parameters in org.jgroups.stack with type arguments of type RouterStub Modifier and Type Method Description void
RouterStubManager. forAny(java.util.function.Consumer<RouterStub> action)
Applies action to a randomly picked RouterStub that's connectedvoid
RouterStubManager. forEach(java.util.function.Consumer<RouterStub> action)
Applies action to all RouterStubs that are connected
-