Uses of Class
com.biglybt.core.peermanager.peerdb.PeerDatabase
-
Packages that use PeerDatabase Package Description com.biglybt.core.peer.impl.control com.biglybt.core.peermanager.peerdb -
-
Uses of PeerDatabase in com.biglybt.core.peer.impl.control
Fields in com.biglybt.core.peer.impl.control declared as PeerDatabase Modifier and Type Field Description private PeerDatabase
PEPeerControlImpl. peer_database
-
Uses of PeerDatabase in com.biglybt.core.peermanager.peerdb
Fields in com.biglybt.core.peermanager.peerdb declared as PeerDatabase Modifier and Type Field Description private PeerDatabase
PeerExchangerItem. parent_db
Methods in com.biglybt.core.peermanager.peerdb that return PeerDatabase Modifier and Type Method Description static PeerDatabase
PeerDatabaseFactory. createPeerDatabase()
Constructors in com.biglybt.core.peermanager.peerdb with parameters of type PeerDatabase Constructor Description PeerExchangerItem(PeerDatabase parent_db, PeerItem peer, PeerExchangerItem.Helper helper)
-