| Modifier and Type | Interface and Description |
|---|---|
interface |
OperationMapper<K extends FutureDHT<?>>
The operations that create many RPC.
|
class |
ParallelRequestBuilder<K extends FutureDHT<?>> |
| Modifier and Type | Class and Description |
|---|---|
class |
FutureDigest
The future object for put() operations including routing.
|
class |
FutureGet
The future object for put() operations including routing.
|
class |
FuturePut
The future object for put() operations including routing.
|
class |
FutureRemove
The future object for put() operations including routing.
|
class |
FutureSend
The future object for put() operations including routing.
|
| Modifier and Type | Method and Description |
|---|---|
static <K extends FutureDHT<?>> |
DistributedHashTable.parallelRequests(RequestP2PConfiguration p2pConfiguration,
NavigableSet<PeerAddress> directHit,
NavigableSet<PeerAddress> potentialHit,
boolean cancleOnFinish,
FutureChannelCreator futureChannelCreator,
OperationMapper<K> operation,
K futureDHT)
Creates RPCs and executes them parallel.
|
Copyright © 2014. All rights reserved.