Uses of Class
net.i2p.router.peermanager.DBHistory

Packages that use DBHistory
net.i2p.router.peermanager   
 

Uses of DBHistory in net.i2p.router.peermanager
 

Methods in net.i2p.router.peermanager that return DBHistory
 DBHistory PeerProfile.getDBHistory()
          history of db activity with the peer Warning - may return null if !getIsExpandedDB()
 

Methods in net.i2p.router.peermanager with parameters of type DBHistory
 void PeerProfile.setDBHistory(DBHistory hist)