Uses of Class
net.i2p.router.NetworkDatabaseFacade
Packages that use NetworkDatabaseFacade
Package
Description
The I2P router application handles the I2P network communication.
Dummy versions of things for testing.
The network database, including implementation of floodfills.
-
Uses of NetworkDatabaseFacade in net.i2p.router
Methods in net.i2p.router that return NetworkDatabaseFacadeModifier and TypeMethodDescriptionRouterContext.clientNetDb
(Hash id) Get the client netDb for the given id.RouterContext.netDb()
-
Uses of NetworkDatabaseFacade in net.i2p.router.dummy
Subclasses of NetworkDatabaseFacade in net.i2p.router.dummyMethods in net.i2p.router.dummy that return NetworkDatabaseFacadeModifier and TypeMethodDescriptionDummyNetworkDatabaseSegmentor.clientNetDB
(Hash id) DummyNetworkDatabaseSegmentor.mainNetDB()
-
Uses of NetworkDatabaseFacade in net.i2p.router.networkdb.kademlia
Subclasses of NetworkDatabaseFacade in net.i2p.router.networkdb.kademliaModifier and TypeClassDescriptionclass
The network databaseclass
Kademlia based version of the network database.Methods in net.i2p.router.networkdb.kademlia that return NetworkDatabaseFacadeModifier and TypeMethodDescriptionFloodfillNetworkDatabaseSegmentor.clientNetDB
(Hash id) get the client netDb for the given id Will return the "main" netDb if the dbid is null.abstract NetworkDatabaseFacade
SegmentedNetworkDatabaseFacade.clientNetDB
(Hash dbid) Get a client netDb for a given client Hash identifier.FloodfillNetworkDatabaseSegmentor.mainNetDB()
get the main netDb, which is the one we will use if we are a floodfillabstract NetworkDatabaseFacade
SegmentedNetworkDatabaseFacade.mainNetDB()
Get the main netDb, the one which is used if we're a floodfill