| Modifier and Type | Class and Description |
|---|---|
class |
DHTBuilder<K extends DHTBuilder<K>>
Every DHT builder has those methods in common.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddBuilder |
class |
DigestBuilder |
class |
GetBuilder |
class |
ParallelRequestBuilder<K extends FutureDHT<?>> |
class |
PutBuilder |
class |
RemoveBuilder |
class |
SendBuilder |
| Modifier and Type | Method and Description |
|---|---|
DHTBuilder<?> |
FutureDHT.builder() |
| Constructor and Description |
|---|
FutureDHT(DHTBuilder<?> builder) |
FutureDigest(DHTBuilder<?> builder)
Default constructor.
|
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)
Default constructor.
|
FutureGet(DHTBuilder<?> builder,
int min,
EvaluatingSchemeDHT evaluationScheme)
Creates a new DHT future object that keeps track of the status of the DHT operations.
|
FuturePut(DHTBuilder<?> builder,
int min,
int dataSize)
Creates a new DHT future object that keeps track of the status of the DHT operations.
|
FutureRemove(DHTBuilder<?> builder) |
FutureRemove(DHTBuilder<?> builder,
int dataSize)
Default constructor.
|
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)
Default constructor.
|
FutureSend(DHTBuilder<?> builder,
int min,
EvaluatingSchemeDHT evaluationScheme)
Creates a new DHT future object that keeps track of the status of the DHT operations.
|
Copyright © 2014. All rights reserved.