Package | Description |
---|---|
org.jgroups.stack |
Support for managing protocol stacks.
|
org.jgroups.tests |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<RouterStub,Future<?>> |
RouterStubManager.futures |
protected List<RouterStub> |
RouterStubManager.stubs |
Modifier and Type | Method and Description |
---|---|
RouterStub |
RouterStub.connectionListener(RouterStub.CloseListener l) |
RouterStub |
RouterStubManager.createAndRegisterStub(IpAddress local,
IpAddress router_addr) |
protected RouterStub |
RouterStubManager.find(IpAddress router_addr) |
RouterStub |
RouterStub.receiver(RouterStub.StubReceiver r) |
RouterStub |
RouterStub.set(String attr,
Object val) |
RouterStub |
RouterStub.socketConnectionTimeout(int timeout) |
RouterStub |
RouterStub.tcpNoDelay(boolean tcp_nodelay) |
RouterStub |
RouterStubManager.unregisterStub(IpAddress router_addr) |
Modifier and Type | Method and Description |
---|---|
void |
RouterStubManager.Consumer.accept(RouterStub stub) |
protected boolean |
RouterStubManager.add(RouterStub stub) |
protected void |
RouterStubManager.apply(RouterStub stub,
RouterStubManager.Consumer action) |
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) |
Modifier and Type | Field and Description |
---|---|
protected RouterStub |
RouterStubGet.stub |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.