Uses of Class
com.biglybt.pif.ddb.DistributedDatabaseException
Packages that use DistributedDatabaseException
Package
Description
-
Uses of DistributedDatabaseException in com.biglybt.core.content
Methods in com.biglybt.core.content that throw DistributedDatabaseExceptionModifier and TypeMethodDescription(package private) DistributedDatabaseContact
RelatedContentSearcher.importContact
(DHTPluginContact contact, int network) RelatedContentSearcher.read
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key) 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 DistributedDatabaseExceptionModifier and TypeMethodDescriptionvoid
DistributedDatabase.addTransferHandler
(DistributedDatabaseTransferType type, DistributedDatabaseTransferHandler handler) DistributedDatabaseContact.call
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout) DistributedDatabase.createValue
(Object value) void
DistributedDatabase.delete
(DistributedDatabaseListener listener, DistributedDatabaseKey key) void
DistributedDatabase.delete
(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseContact[] targets) DistributedDatabaseKey.getKey()
DistributedDatabase.getStandardTransferType
(int standard_type) DistributedDatabase.getValues
(DistributedDatabaseKey key) Get all locally held (direct+indirect) values for a keyDistributedDatabase.importContact
(InetSocketAddress address) DistributedDatabase.importContact
(InetSocketAddress address, byte protocol_version) DistributedDatabase.importContact
(InetSocketAddress address, byte protocol_version, int preferred_dht) DistributedDatabase.importContact
(Map<String, Object> map) void
DistributedDatabase.read
(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) void
DistributedDatabase.read
(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout, int options) DistributedDatabaseContact.read
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) 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) DistributedDatabaseTransferHandler.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) -
Uses of DistributedDatabaseException in com.biglybt.pifimpl.local.ddb
Methods in com.biglybt.pifimpl.local.ddb that throw DistributedDatabaseExceptionModifier and TypeMethodDescriptionvoid
DDBaseImpl.addTransferHandler
(DistributedDatabaseTransferType type, DistributedDatabaseTransferHandler handler) DDBaseContactImpl.call
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout) protected DistributedDatabaseValue
DDBaseImpl.call
(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue value, long timeout) DDBaseImpl.createValue
(Object value) protected static Object
void
DDBaseImpl.delete
(DistributedDatabaseListener listener, DistributedDatabaseKey key) void
DDBaseImpl.delete
(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseContact[] targets) protected static byte[]
protected DHTPluginInterface
DDBaseImpl.getDHT()
protected static HashWrapper
DDBaseHelpers.getKey
(DistributedDatabaseTransferType transfer_type) DDBaseImpl.getStandardTransferType
(int standard_type) DDBaseImpl.getValues
(DistributedDatabaseKey key) DDBaseImpl.importContact
(InetSocketAddress address) DDBaseImpl.importContact
(InetSocketAddress address, byte version) DDBaseImpl.importContact
(InetSocketAddress address, byte version, int preferred_dht) DDBaseImpl.importContact
(Map<String, Object> map) DDBaseContactImpl.read
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) void
DDBaseImpl.read
(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) void
DDBaseImpl.read
(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout, int options) protected DistributedDatabaseValue
DDBaseImpl.read
(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) DDBaseTTTorrent.read
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key) protected DistributedDatabaseValue
DDBaseTTTorrent.read
(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) void
DDBaseImpl.readKeyStats
(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) protected void
DDBaseImpl.throwIfNotAvailable()
void
DDBaseContactImpl.write
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout) void
DDBaseImpl.write
(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue value) void
DDBaseImpl.write
(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue[] values) protected void
DDBaseImpl.write
(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout) DDBaseTTTorrent.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) Constructors in com.biglybt.pifimpl.local.ddb that throw DistributedDatabaseExceptionModifierConstructorDescriptionprotected
DDBaseKeyImpl
(Object _key) protected
DDBaseKeyImpl
(Object _key, String _description) protected
DDBaseValueImpl
(DDBaseContactImpl _contact, 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 DistributedDatabaseExceptionModifier and TypeMethodDescriptionNetStatusProtocolTester.read
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key) NetStatusProtocolTester.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)