|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
Data data,
ConfigurationStore config)
|
FutureBootstrap |
Peer.bootstrap(PeerAddress peerAddress,
Collection<PeerAddress> bootstrapTo,
ConfigurationStore config)
|
FutureDHT |
Peer.put(Number160 locationKey,
Data data,
ConfigurationStore config)
|
FutureDHT |
Peer.put(Number160 locationKey,
Map<Number160,Data> dataMap,
ConfigurationStore config)
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||