Uses of Class
net.tomp2p.storage.StorageGeneric

Packages that use StorageGeneric
net.tomp2p.connection   
net.tomp2p.p2p   
net.tomp2p.replication   
net.tomp2p.storage   
 

Uses of StorageGeneric in net.tomp2p.connection
 

Methods in net.tomp2p.connection that return StorageGeneric
 StorageGeneric PeerBean.getStorage()
           
 

Methods in net.tomp2p.connection with parameters of type StorageGeneric
 void PeerBean.setStorage(StorageGeneric storage)
           
 

Uses of StorageGeneric in net.tomp2p.p2p
 

Methods in net.tomp2p.p2p that return StorageGeneric
 StorageGeneric PeerMaker.getStorage()
           
 

Methods in net.tomp2p.p2p with parameters of type StorageGeneric
 PeerMaker PeerMaker.setStorage(StorageGeneric storage)
           
 

Uses of StorageGeneric in net.tomp2p.replication
 

Constructors in net.tomp2p.replication with parameters of type StorageGeneric
DefaultStorageReplication(Peer peer, StorageGeneric storage, StorageRPC storageRPC, Map<BaseFuture,Long> pendingFutures, boolean forceUDP)
           
 

Uses of StorageGeneric in net.tomp2p.storage
 

Subclasses of StorageGeneric in net.tomp2p.storage
 class StorageDisk
           
 class StorageMemory
           
 



Copyright © 2013. All Rights Reserved.