Uses of Interface
com.biglybt.pif.ddb.DistributedDatabase
-
-
Uses of DistributedDatabase in com.biglybt.core.content
Fields in com.biglybt.core.content declared as DistributedDatabase Modifier and Type Field Description (package private) DistributedDatabase
RelatedContentSearcher. ddb
-
Uses of DistributedDatabase in com.biglybt.core.lws
Methods in com.biglybt.core.lws that return types with arguments of type DistributedDatabase Modifier and Type Method Description java.util.List<DistributedDatabase>
LWSDownload. getDistributedDatabases()
-
Uses of DistributedDatabase in com.biglybt.core.networkmanager.admin.impl
Fields in com.biglybt.core.networkmanager.admin.impl declared as DistributedDatabase Modifier and Type Field Description private DistributedDatabase
NetworkAdminDistributedNATTester. ddb
-
Uses of DistributedDatabase in com.biglybt.pif
Methods in com.biglybt.pif that return DistributedDatabase Modifier and Type Method Description DistributedDatabase
PluginInterface. getDistributedDatabase()
Get the distributed database -
Uses of DistributedDatabase in com.biglybt.pif.download
Methods in com.biglybt.pif.download that return types with arguments of type DistributedDatabase Modifier and Type Method Description java.util.List<DistributedDatabase>
Download. getDistributedDatabases()
-
Uses of DistributedDatabase in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that return types with arguments of type DistributedDatabase Modifier and Type Method Description java.util.List<DistributedDatabase>
Utilities. getDistributedDatabases(java.lang.String[] networks)
java.util.List<DistributedDatabase>
Utilities. getDistributedDatabases(java.lang.String[] networks, java.util.Map<java.lang.String,java.lang.Object> options)
-
Uses of DistributedDatabase in com.biglybt.pifimpl.local
Methods in com.biglybt.pifimpl.local that return DistributedDatabase Modifier and Type Method Description DistributedDatabase
PluginInterfaceImpl. getDistributedDatabase()
-
Uses of DistributedDatabase in com.biglybt.pifimpl.local.ddb
Classes in com.biglybt.pifimpl.local.ddb that implement DistributedDatabase Modifier and Type Class Description class
DDBaseImpl
Fields in com.biglybt.pifimpl.local.ddb with type parameters of type DistributedDatabase Modifier and Type Field Description private static java.util.Map<DHTPluginInterface,DistributedDatabase>
DDBaseImpl. dht_pi_map
Methods in com.biglybt.pifimpl.local.ddb that return types with arguments of type DistributedDatabase Modifier and Type Method Description static java.util.List<DistributedDatabase>
DDBaseImpl. getDDBs(Download download)
static java.util.List<DistributedDatabase>
DDBaseImpl. getDDBs(java.lang.String[] networks)
static java.util.List<DistributedDatabase>
DDBaseImpl. getDDBs(java.lang.String[] networks, java.util.Map<java.lang.String,java.lang.Object> _options)
-
Uses of DistributedDatabase in com.biglybt.pifimpl.local.download
Methods in com.biglybt.pifimpl.local.download that return types with arguments of type DistributedDatabase Modifier and Type Method Description java.util.List<DistributedDatabase>
DownloadImpl. getDistributedDatabases()
-
Uses of DistributedDatabase in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that return types with arguments of type DistributedDatabase Modifier and Type Method Description java.util.List<DistributedDatabase>
UtilitiesImpl. getDistributedDatabases(java.lang.String[] networks)
java.util.List<DistributedDatabase>
UtilitiesImpl. getDistributedDatabases(java.lang.String[] networks, java.util.Map<java.lang.String,java.lang.Object> options)
-
Uses of DistributedDatabase in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote that return DistributedDatabase Modifier and Type Method Description DistributedDatabase
RPPluginInterface. getDistributedDatabase()
-
Uses of DistributedDatabase in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download that return types with arguments of type DistributedDatabase Modifier and Type Method Description java.util.List<DistributedDatabase>
RPDownload. getDistributedDatabases()
-
Uses of DistributedDatabase in com.biglybt.plugin.net.buddy
Fields in com.biglybt.plugin.net.buddy declared as DistributedDatabase Modifier and Type Field Description private DistributedDatabase
BuddyPluginNetwork.DDBDetails. ddb
Methods in com.biglybt.plugin.net.buddy that return DistributedDatabase Modifier and Type Method Description DistributedDatabase
BuddyPluginNetwork.DDBDetails. getDDB()
Constructors in com.biglybt.plugin.net.buddy with parameters of type DistributedDatabase Constructor Description DDBDetails(DistributedDatabase _ddb)
-
Uses of DistributedDatabase in com.biglybt.plugin.net.netstatus
Fields in com.biglybt.plugin.net.netstatus declared as DistributedDatabase Modifier and Type Field Description private DistributedDatabase
NetStatusProtocolTester. ddb
-