|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Storage | |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.replication | |
| net.tomp2p.storage | |
| net.tomp2p.utils | |
| Uses of Storage in net.tomp2p.connection |
|---|
| Methods in net.tomp2p.connection that return Storage | |
|---|---|
Storage |
PeerBean.getStorage()
|
| Methods in net.tomp2p.connection with parameters of type Storage | |
|---|---|
void |
PeerBean.setStorage(Storage storage)
|
| Uses of Storage in net.tomp2p.replication |
|---|
| Methods in net.tomp2p.replication that return Storage | |
|---|---|
Storage |
Replication.getStorage()
|
| Constructors in net.tomp2p.replication with parameters of type Storage | |
|---|---|
DefaultStorageReplication(Peer peer,
Storage storage,
StorageRPC storageRPC,
Map<BaseFuture,Long> pendingFutures)
|
|
DefaultTrackerReplication(Storage storage,
TrackerRPC trackerRPC,
Map<BaseFuture,Long> pendingFutures,
Statistics statistics)
|
|
Replication(Storage storage,
PeerAddress selfAddress,
PeerMap peerMap)
|
|
| Uses of Storage in net.tomp2p.storage |
|---|
| Subclasses of Storage in net.tomp2p.storage | |
|---|---|
class |
StorageDisk
|
class |
StorageMemory
|
class |
TrackerStorage
The maintenance for the tracker is done by the client peer. |
| Uses of Storage in net.tomp2p.utils |
|---|
| Methods in net.tomp2p.utils with parameters of type Storage | |
|---|---|
static DigestInfo |
Utils.digest(Storage storage,
Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||