Package | Description |
---|---|
net.tomp2p.futures | |
net.tomp2p.p2p | |
net.tomp2p.p2p.builder |
Constructor and Description |
---|
FutureDHT(int min,
EvaluatingSchemeDHT evaluationScheme,
FutureCreate<FutureDHT> futureCreate)
Creates a new DHT future object that keeps track of the status of the DHT operations.
|
Modifier and Type | Class and Description |
---|---|
class |
CumulativeScheme |
class |
VotingSchemeDHT |
Modifier and Type | Method and Description |
---|---|
FutureDHT |
DistributedHashTable.get(Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys,
SimpleBloomFilter<Number160> keyBloomFilter,
SimpleBloomFilter<Number160> contentBloomFilter,
RoutingConfiguration routingConfiguration,
RequestP2PConfiguration p2pConfiguration,
EvaluatingSchemeDHT evaluationScheme,
boolean signMessage,
boolean digest,
boolean returnBloomFilter,
boolean range,
boolean isManualCleanup,
FutureChannelCreator futureChannelCreator,
ConnectionReservation connectionReservation) |
Modifier and Type | Method and Description |
---|---|
EvaluatingSchemeDHT |
GetBuilder.getEvaluationScheme() |
Modifier and Type | Method and Description |
---|---|
GetBuilder |
GetBuilder.setEvaluationScheme(EvaluatingSchemeDHT evaluationScheme) |
Copyright © 2013. All Rights Reserved.