Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseValue
Packages that use DistributedDatabaseValue
Package
Description
-
Uses of DistributedDatabaseValue in com.biglybt.core.content
Methods in com.biglybt.core.content that return DistributedDatabaseValueModifier and TypeMethodDescriptionRelatedContentSearcher.read
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key) RelatedContentSearcher.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) Methods in com.biglybt.core.content with parameters of type DistributedDatabaseValueModifier and TypeMethodDescriptionRelatedContentSearcher.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) -
Uses of DistributedDatabaseValue in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb that return DistributedDatabaseValueModifier and TypeMethodDescriptionDistributedDatabaseContact.call
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout) DistributedDatabase.createValue
(Object value) DistributedDatabaseEvent.getValue()
DistributedDatabaseContact.read
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) DistributedDatabaseTransferHandler.read
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key) DistributedDatabaseTransferHandler.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) Methods in com.biglybt.pif.ddb that return types with arguments of type DistributedDatabaseValueModifier and TypeMethodDescriptionDistributedDatabase.getValues
(DistributedDatabaseKey key) Get all locally held (direct+indirect) values for a keyMethods in com.biglybt.pif.ddb with parameters of type DistributedDatabaseValueModifier and TypeMethodDescriptionDistributedDatabaseContact.call
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, 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 DistributedDatabaseValue in com.biglybt.pifimpl.local.ddb
Classes in com.biglybt.pifimpl.local.ddb that implement DistributedDatabaseValueFields in com.biglybt.pifimpl.local.ddb declared as DistributedDatabaseValueMethods in com.biglybt.pifimpl.local.ddb that return DistributedDatabaseValueModifier and TypeMethodDescriptionDDBaseContactImpl.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) DDBaseImpl.dbEvent.getValue()
DDBaseContactImpl.read
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) 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) DDBaseTTTorrent.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) Methods in com.biglybt.pifimpl.local.ddb that return types with arguments of type DistributedDatabaseValueMethods in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseValueModifier and TypeMethodDescriptionDDBaseContactImpl.call
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout) protected DistributedDatabaseValue
DDBaseImpl.call
(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue value, long timeout) 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) -
Uses of DistributedDatabaseValue in com.biglybt.plugin.net.netstatus
Methods in com.biglybt.plugin.net.netstatus that return DistributedDatabaseValueModifier and TypeMethodDescriptionNetStatusProtocolTester.read
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey ddb_key) NetStatusProtocolTester.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) Methods in com.biglybt.plugin.net.netstatus with parameters of type DistributedDatabaseValueModifier and TypeMethodDescriptionNetStatusProtocolTester.write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)