|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashData | |
---|---|
net.tomp2p.message | |
net.tomp2p.rpc | |
net.tomp2p.storage |
Uses of HashData in net.tomp2p.message |
---|
Methods in net.tomp2p.message that return types with arguments of type HashData | |
---|---|
Map<Number160,HashData> |
Message.getHashDataMap()
|
Method parameters in net.tomp2p.message with type arguments of type HashData | |
---|---|
Message |
Message.setHashDataMap(Map<Number160,HashData> hashDataMap)
|
Uses of HashData in net.tomp2p.rpc |
---|
Method parameters in net.tomp2p.rpc with type arguments of type HashData | |
---|---|
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. |
Uses of HashData in net.tomp2p.storage |
---|
Method parameters in net.tomp2p.storage with type arguments of type HashData | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |