| Package | Description |
|---|---|
| net.tomp2p.futures | |
| net.tomp2p.p2p | |
| net.tomp2p.p2p.builder |
| Constructor and Description |
|---|
FutureDigest(DHTBuilder<?> builder,
int min,
EvaluatingSchemeDHT evaluationScheme)
Creates a new DHT future object that keeps track of the status of the DHT operations.
|
FutureGet(DHTBuilder<?> builder,
int min,
EvaluatingSchemeDHT evaluationScheme)
Creates a new DHT future object that keeps track of the status of the DHT operations.
|
FutureRemove(DHTBuilder<?> builder,
int min,
EvaluatingSchemeDHT evaluationScheme,
int dataSize)
Creates a new DHT future object that keeps track of the status of the DHT operations.
|
FutureSend(DHTBuilder<?> builder,
int min,
EvaluatingSchemeDHT evaluationScheme)
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 |
|---|---|
EvaluatingSchemeDHT |
GetBuilder.getEvaluationScheme() |
EvaluatingSchemeDHT |
DigestBuilder.getEvaluationScheme() |
| Modifier and Type | Method and Description |
|---|---|
GetBuilder |
GetBuilder.setEvaluationScheme(EvaluatingSchemeDHT evaluationScheme) |
DigestBuilder |
DigestBuilder.setEvaluationScheme(EvaluatingSchemeDHT evaluationScheme) |
Copyright © 2014. All rights reserved.