Uses of Class
com.biglybt.pif.ddb.DistributedDatabaseException
-
Packages that use DistributedDatabaseException Package Description com.biglybt.core.content com.biglybt.pif.ddb com.biglybt.pifimpl.local.ddb com.biglybt.plugin.net.netstatus -
-
Uses of DistributedDatabaseException in com.biglybt.core.content
Methods in com.biglybt.core.content that throw DistributedDatabaseException Modifier and Type Method Description (package private) DistributedDatabaseContact
RelatedContentSearcher. importContact(DHTPluginContact contact, int network)
DistributedDatabaseValue
RelatedContentSearcher. read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key)
DistributedDatabaseValue
RelatedContentSearcher. write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
-
Uses of DistributedDatabaseException in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb that throw DistributedDatabaseException Modifier and Type Method Description void
DistributedDatabase. addTransferHandler(DistributedDatabaseTransferType type, DistributedDatabaseTransferHandler handler)
DistributedDatabaseValue
DistributedDatabaseContact. call(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout)
DistributedDatabaseKey
DistributedDatabase. createKey(java.lang.Object key)
DistributedDatabaseKey
DistributedDatabase. createKey(java.lang.Object key, java.lang.String description)
DistributedDatabaseValue
DistributedDatabase. createValue(java.lang.Object value)
void
DistributedDatabase. delete(DistributedDatabaseListener listener, DistributedDatabaseKey key)
void
DistributedDatabase. delete(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseContact[] targets)
java.lang.Object
DistributedDatabaseKey. getKey()
DistributedDatabaseTransferType
DistributedDatabase. getStandardTransferType(int standard_type)
java.lang.Object
DistributedDatabaseValue. getValue(java.lang.Class type)
java.util.List<DistributedDatabaseValue>
DistributedDatabase. getValues(DistributedDatabaseKey key)
Get all locally held (direct+indirect) values for a keyDistributedDatabaseContact
DistributedDatabase. importContact(java.net.InetSocketAddress address)
DistributedDatabaseContact
DistributedDatabase. importContact(java.net.InetSocketAddress address, byte protocol_version)
DistributedDatabaseContact
DistributedDatabase. importContact(java.net.InetSocketAddress address, byte protocol_version, int preferred_dht)
DistributedDatabaseContact
DistributedDatabase. importContact(java.util.Map<java.lang.String,java.lang.Object> map)
void
DistributedDatabase. read(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout)
void
DistributedDatabase. read(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout, int options)
DistributedDatabaseValue
DistributedDatabaseContact. read(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout)
DistributedDatabaseValue
DistributedDatabaseTransferHandler. read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key)
void
DistributedDatabase. readKeyStats(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout)
void
DistributedDatabase. write(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue value)
void
DistributedDatabase. write(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue[] values)
void
DistributedDatabaseContact. write(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue data, long timeout)
DistributedDatabaseValue
DistributedDatabaseTransferHandler. write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
-
Uses of DistributedDatabaseException in com.biglybt.pifimpl.local.ddb
Constructors in com.biglybt.pifimpl.local.ddb that throw DistributedDatabaseException Constructor Description DDBaseKeyImpl(java.lang.Object _key)
DDBaseKeyImpl(java.lang.Object _key, java.lang.String _description)
DDBaseValueImpl(DDBaseContactImpl _contact, java.lang.Object _value, long _creation_time, long _version)
-
Uses of DistributedDatabaseException in com.biglybt.plugin.net.netstatus
Methods in com.biglybt.plugin.net.netstatus that throw DistributedDatabaseException Modifier and Type Method Description DistributedDatabaseValue
NetStatusProtocolTester. read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key)
DistributedDatabaseValue
NetStatusProtocolTester. write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
-