Uses of Class
net.tomp2p.p2p.config.ConfigurationStore

Packages that use ConfigurationStore
net.tomp2p.p2p   
net.tomp2p.p2p.config   
 

Uses of ConfigurationStore in net.tomp2p.p2p
 

Methods in net.tomp2p.p2p with parameters of type ConfigurationStore
 FutureDHT Peer.add(Number160 locationKey, Collection<Data> dataCollection, ConfigurationStore config)
           
 FutureDHT Peer.add(Number160 locationKey, Collection<Data> dataCollection, ConfigurationStore config, FutureChannelCreator channelCreator)
           
 FutureDHT Peer.add(Number160 locationKey, Data data, ConfigurationStore config)
           
 FutureDHT Peer.add(Number160 locationKey, Data data, ConfigurationStore config, FutureChannelCreator channelCreator)
           
 FutureBootstrap Peer.bootstrap(PeerAddress peerAddress, Collection<PeerAddress> bootstrapTo, ConfigurationStore config)
          Deprecated. 
 FutureDHT Peer.put(Number160 locationKey, Data data, ConfigurationStore config)
           
 FutureDHT Peer.put(Number160 locationKey, Data data, ConfigurationStore config, FutureChannelCreator channelCreator)
           
 FutureDHT Peer.put(Number160 locationKey, Map<Number160,Data> dataMap, ConfigurationStore config)
           
 FutureDHT Peer.put(Number160 locationKey, Map<Number160,Data> dataMap, ConfigurationStore config, FutureChannelCreator channelCreator)
          Stores values in the DHT.
 

Uses of ConfigurationStore in net.tomp2p.p2p.config
 

Methods in net.tomp2p.p2p.config that return ConfigurationStore
static ConfigurationStore Configurations.defaultStoreConfiguration()
           
 ConfigurationStore ConfigurationStore.setFutureCreate(FutureCreate<FutureDHT> futureCreate)
           
 ConfigurationStore ConfigurationStore.setRefreshSeconds(int refreshSeconds)
           
 ConfigurationStore ConfigurationStore.setStoreIfAbsent(boolean absent)
          If set to true, it only stores data on peers that do not have it.
 



Copyright © 2012. All Rights Reserved.