-
UnavailableExceptionをスローするorg.piax.gtrans.ov.ringのメソッド
| 修飾子とタイプ |
メソッド |
説明 |
boolean |
RingManager.addKey(E introducer,
Comparable<?> rawkey) |
add a key to the ring.
|
protected boolean |
RingManager.addKey(E introducer,
Comparable<?> rawkey,
Object... vnodeParams) |
|
protected boolean |
RingManager.addKey(Comparable<?> rawkey) |
add a key to the ring.
|
protected boolean |
RingVNode.addKey(E introducer) |
insert a key into a ring.
|
Node.InsertPoint |
RingManager.find(E introducer,
DdllKey key,
boolean accurate,
Object query,
TransOptions opts) |
find a location to insert `key'.
|
Node.InsertPoint |
RingManager.findImmedNeighbors(E introducer,
DdllKey key,
Object query,
TransOptions opts) |
Find the contact nodes (the immediate left and right node)
for inserting a node.
|
Link |
RingManager.findLeftLink(DdllKey key) |
find the closest left link of `key' from the local routing table.
|
Link[] |
RingIf.getClosestLinks(DdllKey key) |
|
Link[] |
RingManager.getClosestLinks(DdllKey key) |
get the closest left and right links of `key' in the local routing
table.
|
-
-