Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseProgressListener
Packages that use DistributedDatabaseProgressListener
-
Uses of DistributedDatabaseProgressListener in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb with parameters of type DistributedDatabaseProgressListenerModifier and TypeMethodDescriptionDistributedDatabaseContact.call
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout) DistributedDatabaseContact.read
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) void
DistributedDatabaseContact.write
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue data, long timeout) -
Uses of DistributedDatabaseProgressListener in com.biglybt.pifimpl.local.ddb
Methods in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseProgressListenerModifier 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) DDBaseContactImpl.read
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) protected DistributedDatabaseValue
DDBaseImpl.read
(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) protected DistributedDatabaseValue
DDBaseTTTorrent.read
(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) void
DDBaseContactImpl.write
(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout) protected void
DDBaseImpl.write
(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout)