| Package | Description |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.replication | |
| net.tomp2p.storage | |
| net.tomp2p.utils |
| Modifier and Type | Method and Description |
|---|---|
Storage |
PeerBean.getStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerBean.setStorage(Storage storage) |
| Modifier and Type | Method and Description |
|---|---|
Storage |
Replication.getStorage() |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
StorageDisk |
class |
StorageMemory |
class |
TrackerStorage
The maintenance for the tracker is done by the client peer.
|
| Modifier and Type | Method and Description |
|---|---|
static DigestInfo |
Utils.digest(Storage storage,
Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys) |
Copyright © 2011. All Rights Reserved.