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) DistributedDatabaseContactRelatedContentSearcher.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 TypeMethodDescriptionvoidDistributedDatabase.addTransferHandler(DistributedDatabaseTransferType type, DistributedDatabaseTransferHandler handler) DistributedDatabaseContact.call(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout) DistributedDatabase.createValue(Object value) voidDistributedDatabase.delete(DistributedDatabaseListener listener, DistributedDatabaseKey key) voidDistributedDatabase.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) voidDistributedDatabase.read(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) voidDistributedDatabase.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) voidDistributedDatabase.readKeyStats(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) voidDistributedDatabase.write(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue value) voidDistributedDatabase.write(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue[] values) voidDistributedDatabaseContact.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 TypeMethodDescriptionvoidDDBaseImpl.addTransferHandler(DistributedDatabaseTransferType type, DistributedDatabaseTransferHandler handler) DDBaseContactImpl.call(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout) protected DistributedDatabaseValueDDBaseImpl.call(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue value, long timeout) DDBaseImpl.createValue(Object value) protected static ObjectvoidDDBaseImpl.delete(DistributedDatabaseListener listener, DistributedDatabaseKey key) voidDDBaseImpl.delete(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseContact[] targets) protected static byte[]protected DHTPluginInterfaceDDBaseImpl.getDHT()protected static HashWrapperDDBaseHelpers.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) voidDDBaseImpl.read(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) voidDDBaseImpl.read(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout, int options) protected DistributedDatabaseValueDDBaseImpl.read(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) DDBaseTTTorrent.read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key) protected DistributedDatabaseValueDDBaseTTTorrent.read(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) voidDDBaseImpl.readKeyStats(DistributedDatabaseListener listener, DistributedDatabaseKey key, long timeout) protected voidDDBaseImpl.throwIfNotAvailable()voidDDBaseContactImpl.write(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout) voidDDBaseImpl.write(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue value) voidDDBaseImpl.write(DistributedDatabaseListener listener, DistributedDatabaseKey key, DistributedDatabaseValue[] values) protected voidDDBaseImpl.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 DistributedDatabaseExceptionModifierConstructorDescriptionprotectedDDBaseKeyImpl(Object _key) protectedDDBaseKeyImpl(Object _key, String _description) protectedDDBaseValueImpl(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)