|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DigestInfo | |
---|---|
net.tomp2p.futures | |
net.tomp2p.p2p | |
net.tomp2p.storage | |
net.tomp2p.task |
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,
NavigableSet<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 |
DistributedHashTable.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 |
StorageGeneric.digest(Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys)
|
DigestInfo |
Digest.digest(Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys)
Calculates a digest over a specific location and domain. |
DigestInfo |
TrackerStorage.digest(Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys)
|
DigestInfo |
StorageGeneric.digest(Number160 locationKey,
Number160 domainKey,
SimpleBloomFilter<Number160> keyBloomFilter,
SimpleBloomFilter<Number160> contentBloomFilter)
|
DigestInfo |
Digest.digest(Number160 locationKey,
Number160 domainKey,
SimpleBloomFilter<Number160> keyBloomFilter,
SimpleBloomFilter<Number160> contentBloomFilter)
Calculates a digest over a specific location and domain. |
DigestInfo |
TrackerStorage.digest(Number160 locationKey,
Number160 domainKey,
SimpleBloomFilter<Number160> bloomFilter1,
SimpleBloomFilter<Number160> bloomFilter2)
|
Uses of DigestInfo in net.tomp2p.task |
---|
Methods in net.tomp2p.task that return DigestInfo | |
---|---|
DigestInfo |
TaskManager.digest()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |