| Modifier and Type | Method and Description |
|---|---|
IPeer |
IMessage.getPeer()
Return attached peer
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMessage.setPeer(IPeer peer)
Attach message to peer
|
| Modifier and Type | Method and Description |
|---|---|
IPeer |
IPeerTable.getPeer(String fqdn)
Return peer from peer table by identity - FQDN host name.
|
| Modifier and Type | Method and Description |
|---|---|
IPeer |
IRouter.getPeer(IMessage message,
IPeerTable manager)
Return peer from inner peer table by predefined parameters.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
MetaDataImpl.ClientLocalPeer |
| Modifier and Type | Field and Description |
|---|---|
protected IPeer |
MetaDataImpl.peer |
| Modifier and Type | Method and Description |
|---|---|
protected IPeer |
MetaDataImpl.newLocalPeer(IStatisticManager statisticFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
PeerImpl
Client Peer implementation
|
| Modifier and Type | Method and Description |
|---|---|
IPeer |
PeerTableImpl.getPeer(String fqdn) |
| Modifier and Type | Method and Description |
|---|---|
IPeer |
MessageImpl.getPeer() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageImpl.setPeer(IPeer peer) |
| Modifier and Type | Method and Description |
|---|---|
IPeer |
RouterImpl.getPeer(IMessage message,
IPeerTable manager) |
protected IPeer |
RouterImpl.getPeerPredProcessing(IMessage message,
String destRealm,
String destHost) |
IPeer |
WeightedRoundRobinRouter.selectPeer(List<IPeer> availablePeers)
Select peer by weighted round-robin scheduling
As documented in http://kb.linuxvirtualserver.org/wiki/Weighted_Round-Robin_Scheduling
|
IPeer |
WeightedLeastConnectionsRouter.selectPeer(List<IPeer> availablePeers)
Return peer with least connections
|
protected IPeer |
RouterImpl.selectPeer(List<IPeer> availablePeers) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
WeightedLeastConnectionsRouter.getNumConnections(IPeer peer)
Since num connections is not available, determine throughput by reading statistics
and assume the load of the peer
|
| Modifier and Type | Method and Description |
|---|---|
IPeer |
WeightedRoundRobinRouter.selectPeer(List<IPeer> availablePeers)
Select peer by weighted round-robin scheduling
As documented in http://kb.linuxvirtualserver.org/wiki/Weighted_Round-Robin_Scheduling
|
IPeer |
WeightedLeastConnectionsRouter.selectPeer(List<IPeer> availablePeers)
Return peer with least connections
|
protected IPeer |
RouterImpl.selectPeer(List<IPeer> availablePeers) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPeer
This interface describe extends methods of base class
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
MetaDataImpl.ServerLocalPeer |
| Modifier and Type | Method and Description |
|---|---|
protected IPeer |
MetaDataImpl.newLocalPeer(IStatisticManager statisticFactory) |
Copyright © 2016. All Rights Reserved.