Uses of Class
net.i2p.router.networkdb.kademlia.TransientDataStore

Packages that use TransientDataStore
net.i2p.router.networkdb.kademlia The network database, including implementation of floodfills. 
 

Uses of TransientDataStore in net.i2p.router.networkdb.kademlia
 

Subclasses of TransientDataStore in net.i2p.router.networkdb.kademlia
 class PersistentDataStore
          Write out keys to disk when we get them and periodically read ones we don't know about into memory, with newly read routers are also added to the routing table.