パッケージ org.piax.gtrans.ov.szk
クラス FTEntry
java.lang.Object
org.piax.gtrans.ov.szk.FTEntry
- すべての実装されたインタフェース:
Serializable,Cloneable
public class FTEntry extends Object implements Serializable, Cloneable
an entry of a finger table
- 関連項目:
- 直列化された形式
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 protected Linklinkprotected Link[]successors -
コンストラクタの概要
-
メソッドの概要
修飾子とタイプ メソッド 説明 List<Link>allLinks()FTEntryclone()LinkgetLink()Link[]getSuccessors()voidsetSuccessors(Link[] successors)StringtoString()voidupdateLocalEntry(ChordSharpVNode<?> vnode)update this entry as the local entry (where its index == LOCALINDEX).
-
フィールド詳細
-
コンストラクタの詳細
-
メソッドの詳細
-
setSuccessors
-
toString
-
getLink
-
getSuccessors
-
updateLocalEntry
update this entry as the local entry (where its index == LOCALINDEX).- パラメータ:
vnode- the virtual node object.
-
allLinks
-
clone
-