| Modifier and Type | Method and Description |
|---|---|
NodeDetails |
MessageEvent.getLastHop() |
NodeDetails |
LinkClosedEvent.getLastHop() |
NodeDetails |
MessageLink.getLinkedTo() |
NodeDetails |
MessageEvent.getOrigin() |
NodeDetails |
LinkClosedEvent.getOrigin() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NodeDetails> |
ReplyStatus.getNotAcked() |
java.util.List<NodeDetails> |
ReplyStatus.getNotReplied() |
java.util.List<NodeDetails> |
ReplyStatus.getSentTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplyStatus.markSentTo(MessageEvent inMessage,
NodeDetails inDetails) |
| Modifier and Type | Field and Description |
|---|---|
NodeDetails |
MsgLinkAssocResp.details |
NodeDetails |
MsgLinkAssociate.senderDetails |
| Constructor and Description |
|---|
MsgLinkAssociate(NodeDetails inDetails,
NodeComponentKey inKey) |
MsgLinkAssocResp(NodeDetails inDetails,
java.lang.String inError) |
| Modifier and Type | Method and Description |
|---|---|
NodeDetails |
MessageBase.getLastHop() |
NodeDetails |
MessageProtocol.getLinkedTo() |
NodeDetails |
MessageBase.getOrigin() |
| Modifier and Type | Method and Description |
|---|---|
MessageProtocol |
MessageLinkFactory.getGroupProtocol(NodeDetails inDetails)
Get the stored group protocol associated with the given node.
|
MessageLink |
MessageLinkFactory.openLink(NodeDetails inDetails)
Open a new connection to the given node.
|
MessageLink |
MessageLinkFactory.openVirtualLink(NodeDetails inDetails)
Open a new virtual connection using the stored group protocol.
|
| Constructor and Description |
|---|
MessageProtocol(NodeDetails inLinkedTo,
int inMaxChannels) |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeDetailsBase |
| Modifier and Type | Method and Description |
|---|---|
NodeDetails |
Node.getDetails() |
NodeDetails |
NodeBase.getDetails() |
NodeDetails |
NodeDetailsType.unmarshall(FormatReader mFormat)
Unmarshall this type from a message input object.
|
| Modifier and Type | Field and Description |
|---|---|
NodeDetails |
NodeComponentLinkImpl.OpenedComponentLink.cDetails |
NodeDetails |
NodeComponentLinkImpl.OpenedComponentLink.sDetails |
| Modifier and Type | Method and Description |
|---|---|
NodeDetails |
NodeComponentLinkImpl.getClientDetails() |
NodeDetails |
NodeComponentLinkImpl.getServerDetails() |
| Constructor and Description |
|---|
NodeComponentLinkImpl(NodeComponentImpl inImpl,
NodeDetails inClient,
NodeDetails inServer,
MessageLink inHandler) |
NodeComponentProxyImpl(NodeComponentImpl inImpl,
NodeDetails inClient,
NodeDetails inServer,
MessageLink inHandler) |
| Modifier and Type | Method and Description |
|---|---|
NodeDetails |
OverlayLinkImpl.getLinkedTo() |
| Modifier and Type | Method and Description |
|---|---|
OverlayPath |
OverlayManagerImpl.getCurrentPath(NodeDetails inNode) |
OverlayPath |
OverlayManager.getCurrentPath(NodeDetails inNode)
Get the most recent known path to the node, up to the current version.
|
OverlayLink |
OverlayVersion.getLink(NodeDetails inNode)
Get a link to a specific remote node, if one exists.
|
OverlayLink |
OverlayVersionImpl.getLink(NodeDetails inNode) |
OverlayPath |
OverlayManagerImpl.getPath(NodeDetails inNode,
long inVersion) |
OverlayPath |
OverlayManager.getPath(NodeDetails inNode,
long inVersion)
Get the known path to a given node for a specific overlay version.
|
java.util.List<OverlayPath> |
OverlayManagerImpl.getPaths(NodeDetails inNode) |
java.util.List<OverlayPath> |
OverlayManager.getPaths(NodeDetails inNode)
Get the known paths to a given node.
|
boolean |
OverlayVersion.isLinked(NodeDetails inNode)
Check if a link to another node exists.
|
boolean |
OverlayVersionImpl.isLinked(NodeDetails inNode) |
MessageLink |
OverlayManagerImpl.openBackingLink(NodeDetails inNode) |
OverlayLink |
OverlayVersion.openLink(NodeDetails inNode,
boolean inPrimary)
Open a link to a specific remote node, if one does not exist.
|
OverlayLink |
OverlayVersionImpl.openLink(NodeDetails inNode,
boolean inPrimary) |
boolean |
OverlayManagerImpl.removePath(NodeDetails inNode,
long inVersion) |
boolean |
OverlayManager.removePath(NodeDetails inNode,
long inVersion)
Remove the known path to a node over a specific version of the overlay.
|
MessageLink |
OverlayManagerImpl.setBackingLink(NodeDetails inNode,
MessageLink inLink) |
boolean |
OverlayVersion.unlink(NodeDetails inNode)
Close a link.
|
boolean |
OverlayVersionImpl.unlink(NodeDetails inNode) |
boolean |
OverlayManagerImpl.updatePath(NodeDetails inNode,
OverlayPath inPath) |
boolean |
OverlayManager.updatePath(NodeDetails inNode,
OverlayPath inPath)
Update the known path to a node for a given version of the overlay.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RouterDetails |
| Modifier and Type | Method and Description |
|---|---|
NodeDetails |
PeerDetails.getNode() |
NodeDetails |
PeerDetailsImpl.getNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerGroupOverlay.appendOverlay(NodeDetails inDetails) |
PeerDetails |
PeerGroup.getPeerDetails(NodeDetails inDetails)
Get overlay information for a specific node.
|
PeerDetails |
PeerGroupImpl.getPeerDetails(NodeDetails inDetails) |
boolean |
PeerGroup.removePeerDetails(NodeDetails inDetails)
Remove overlay information for a given node, removing it from
the set of known nodes.
|
boolean |
PeerGroupImpl.removePeerDetails(NodeDetails inDetails) |
PeerDetails |
PeerGroup.updatePeerDetails(NodeDetails inDetails,
OverlayPath inPath,
int inCoordOrder)
Update overlay information for a given node.
|
PeerDetails |
PeerGroupImpl.updatePeerDetails(NodeDetails inDetails,
OverlayPath inPath,
int inCoordOrder) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerManager.setBootstrapNodes(java.util.List<NodeDetails> inBootNodes)
Provide a list of nodes that should be connected to upon startup.
|
void |
PeerManagerImpl.setBootstrapNodes(java.util.List<NodeDetails> inBootNodes) |
| Constructor and Description |
|---|
PeerDetailsImpl(PeerGroupImpl inGroup,
NodeDetails inDetails,
OverlayPath inPath,
int inCoordOrder) |
| Modifier and Type | Field and Description |
|---|---|
NodeDetails |
MsgTopicAdvert.coord |
NodeDetails |
MsgTopicRepair.node |
NodeDetails |
MsgTopicNeighbor.node |
NodeDetails |
MsgTopicLookup.peerNode |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<NodeDetails> |
MsgTopicOverlay.backup |
java.util.List<NodeDetails> |
MsgTopicOverlay.primary |
| Constructor and Description |
|---|
MsgTopicAdvert(Topic inTopic,
NodeDetails inCoord,
OverlayPath inPath,
int inExpire) |
MsgTopicLookup(Topic inTopic,
int inSearch,
NodeDetails inMember,
OverlayPath inPath,
java.lang.String inTracker) |
MsgTopicNeighbor(NodeDetails inNode,
OverlayPath inPath,
boolean inCoord) |
MsgTopicRepair(NodeDetails inNode,
OverlayPath inCurLoc,
OverlayPath inFailedLoc) |
| Constructor and Description |
|---|
MsgTopicOverlay(OverlayPath inOverlayLoc,
java.util.List<NodeDetails> inPrimaryLinks,
java.util.List<OverlayPath> inPrimaryPaths,
java.util.List<NodeDetails> inBackupLinks) |
MsgTopicOverlay(OverlayPath inOverlayLoc,
java.util.List<NodeDetails> inPrimaryLinks,
java.util.List<OverlayPath> inPrimaryPaths,
java.util.List<NodeDetails> inBackupLinks) |
| Constructor and Description |
|---|
FunTestNode(NodeDetails inBootstrap) |
| Modifier and Type | Class and Description |
|---|---|
class |
GIPlacementDetails |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GIPlacementProxyOps.joinSystem(NodeDetails inDetails) |
boolean |
GIPlacementNode.joinSystem(NodeDetails inDetails) |
boolean |
GIPlacementNodeProxy.joinSystem(NodeDetails inDetails) |
boolean |
GIPlacementProxyOps.leaveSystem(NodeDetails inDetails) |
boolean |
GIPlacementNode.leaveSystem(NodeDetails inDetails) |
boolean |
GIPlacementNodeProxy.leaveSystem(NodeDetails inDetails) |
boolean |
GIPlacementProxyOps.updateUsage(NodeDetails inDetails,
ComputationUsage inUsage,
int inMigrTry,
int inMigr) |
boolean |
GIPlacementNode.updateUsage(NodeDetails inDetails,
ComputationUsage inUsage,
int inMigrTry,
int inMigr) |
boolean |
GIPlacementNodeProxy.updateUsage(NodeDetails inDetails,
ComputationUsage inUsage,
int inMigrTry,
int inMigr) |
| Modifier and Type | Class and Description |
|---|---|
class |
GIResourceDetails |
| Modifier and Type | Class and Description |
|---|---|
class |
GIStreamingDetails |
| Modifier and Type | Class and Description |
|---|---|
class |
SynapseDHTDetails |
| Modifier and Type | Field and Description |
|---|---|
NodeDetails |
MsgLookupPeer.origin |
| Constructor and Description |
|---|
MsgLookupPeer(java.math.BigInteger inHash,
NodeDetails inOrigin,
java.util.List<java.math.BigInteger> inHops) |