|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||
Fills another nodes finger table
| Field Summary | |
|---|---|
| Naanou.Common.BasicAddress | callbackTo |
| string[] | entries |
| bool | forward |
| Naanou.LookupService.RemoteNode | parent |
| int | size |
| Constructor Summary | |
|---|---|
|
RemoteNode.FingerFiller(Naanou.LookupService.RemoteNode parent, Naanou.Common.BasicAddress callback, string[] entries, int size, bool forward) Constructor |
|
| Property Summary | |
|---|---|
| Naanou.Common.BasicAddress |
Client
Gets client |
| bool |
Forward
Gets if table if forward |
| Method Summary | |
|---|---|
| void |
Start() Runs asyncly |
| void | StartImpl() |
| Methods inherited from class System.Object |
|---|
| Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
| Field Detail |
|---|
private Naanou.Common.BasicAddress callbackTo
private string[] entries
private bool forward
private Naanou.LookupService.RemoteNode parent
private int size
| Constructor Detail |
|---|
public RemoteNode.FingerFiller(Naanou.LookupService.RemoteNode parent,
Naanou.Common.BasicAddress callback,
string[] entries,
int size,
bool forward)
Constructor
Parameters:
parent - Parentcallback - Callback addressentries - Entries to fillsize - Size of entriesforward - Forward table?| Property Detail |
|---|
public Naanou.Common.BasicAddress Client
Gets client
public bool Forward
Gets if table if forward
| Method Detail |
|---|
public void Start()
Runs asyncly
private void StartImpl()
|
.NET Framework | |||||||||
| PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT | |||||||||