|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DigestInfo | |
|---|---|
| net.tomp2p.futures | |
| net.tomp2p.p2p | |
| net.tomp2p.storage | |
| net.tomp2p.utils | |
| Uses of DigestInfo in net.tomp2p.futures |
|---|
| Methods in net.tomp2p.futures that return types with arguments of type DigestInfo | |
|---|---|
SortedMap<PeerAddress,DigestInfo> |
FutureRouting.getDirectHitsDigest()
The direct hits map contains those peers that reported to have the key (Number160) we were looking for including its digest (size of the result set and its xored hashes). |
| Method parameters in net.tomp2p.futures with type arguments of type DigestInfo | |
|---|---|
void |
FutureRouting.setNeighbors(SortedMap<PeerAddress,DigestInfo> directHits,
SortedSet<PeerAddress> potentialHits,
SortedSet<PeerAddress> routingPath,
boolean isBootstrap,
boolean isRoutingToOther)
Sets the result of the routing process and finishes the future. |
| Uses of DigestInfo in net.tomp2p.p2p |
|---|
| Method parameters in net.tomp2p.p2p with type arguments of type DigestInfo | |
|---|---|
static RequestP2PConfiguration |
DistributedHashHashMap.adjustConfiguration(RequestP2PConfiguration p2pConfiguration,
SortedMap<PeerAddress,DigestInfo> directHitsDigest)
Adjusts the number of minimum requests in the P2P configuration. |
| Uses of DigestInfo in net.tomp2p.storage |
|---|
| Methods in net.tomp2p.storage that return DigestInfo | |
|---|---|
DigestInfo |
Digest.digest(Number320 key)
|
DigestInfo |
TrackerStorage.digest(Number320 key)
|
DigestInfo |
StorageMemory.digest(Number320 key)
|
DigestInfo |
StorageDisk.digest(Number320 key)
|
DigestInfo |
Digest.digest(Number320 key,
Collection<Number160> contentKeys)
|
DigestInfo |
TrackerStorage.digest(Number320 key,
Collection<Number160> contentKeys)
|
DigestInfo |
StorageMemory.digest(Number320 key,
Collection<Number160> contentKeys)
|
DigestInfo |
StorageDisk.digest(Number320 key,
Collection<Number160> contentKeys)
|
| Uses of DigestInfo in net.tomp2p.utils |
|---|
| Methods in net.tomp2p.utils that return DigestInfo | |
|---|---|
static DigestInfo |
Utils.digest(Digest storage,
Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||