| Package | Description |
|---|---|
| net.tomp2p.message | |
| net.tomp2p.rpc | |
| net.tomp2p.storage |
| Modifier and Type | Method and Description |
|---|---|
Map<Number160,HashData> |
Message.getHashDataMap() |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.setHashDataMap(Map<Number160,HashData> hashDataMap) |
| Modifier and Type | Method and Description |
|---|---|
FutureResponse |
StorageRPC.compareAndPut(PeerAddress remotePeer,
Number160 locationKey,
Number160 domainKey,
Map<Number160,HashData> hashDataMap,
FutureSuccessEvaluator futureSuccessEvaluator,
boolean protectDomain,
boolean protectEntry,
boolean signMessage,
boolean partialPut,
ChannelCreator channelCreator,
boolean forceUDP)
Compares and puts data on a peer.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Number160> |
StorageGeneric.compareAndPut(Number160 locationKey,
Number160 domainKey,
Map<Number160,HashData> hashDataMap,
PublicKey publicKey,
boolean partial,
boolean protectDomain)
Compares and puts the data if the compare matches
|
Copyright © 2013. All Rights Reserved.