| Package | Description |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.futures | |
| net.tomp2p.p2p.builder |
| Modifier and Type | Method and Description |
|---|---|
FutureChannelCreator |
Reservation.create(RoutingConfiguration routingConfiguration,
RequestP2PConfiguration requestP2PConfiguration,
DHTBuilder<?> builder)
This will calculate the number of required connection for routing and
request messages.
|
| 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.
|
FutureShutdown(DHTBuilder<?> builder)
Creates a new future for the shutdown operation.
|
| 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 |
class |
ShutdownBuilder
Set the configuration options for the shutdown command.
|
Copyright © 2014. All rights reserved.