Uses of Class
net.tomp2p.rpc.HashData

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
 

Methods in net.tomp2p.rpc that return HashData
 HashData HashData.setLeft(Number160 left)
           
 HashData HashData.setRight(Data right)
           
 

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, boolean protectDomain, boolean protectEntry, boolean signMessage, boolean partialPut, ChannelCreator channelCreator)
          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> Storage.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 © 2012. All Rights Reserved.