| Package | Description |
|---|---|
| net.tomp2p.p2p | |
| net.tomp2p.p2p.config |
| Modifier and Type | Method and Description |
|---|---|
FutureDHT |
Peer.add(Number160 locationKey,
Collection<Data> dataCollection,
ConfigurationStore config) |
FutureDHT |
Peer.add(Number160 locationKey,
Data data,
ConfigurationStore config) |
FutureBootstrap |
Peer.bootstrap(Collection<PeerAddress> peerAddresses,
ConfigurationStore config) |
FutureDHT |
Peer.put(Number160 locationKey,
Data data,
ConfigurationStore config) |
FutureDHT |
Peer.put(Number160 locationKey,
Map<Number160,Data> dataMap,
ConfigurationStore config) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationStore |
Configurations.defaultStoreConfiguration() |
ConfigurationStore |
ConfigurationStore.setFutureCreate(FutureCreate<FutureDHT> futureCreate) |
ConfigurationStore |
ConfigurationStore.setRefreshSeconds(int refreshSeconds) |
ConfigurationStore |
ConfigurationStore.setStoreIfAbsent(boolean absent) |
Copyright © 2011. All Rights Reserved.