Class PersistentDataStore

java.lang.Object
net.i2p.router.networkdb.kademlia.TransientDataStore
net.i2p.router.networkdb.kademlia.PersistentDataStore
All Implemented Interfaces:
DataStore

public class PersistentDataStore extends TransientDataStore
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. Public only for access to static methods by startup classes