Package com.biglybt.pif.ddb
Interface DistributedDatabaseTransferHandler
- All Known Implementing Classes:
DDBaseTTTorrent
,NetStatusProtocolTester
,RelatedContentSearcher
public interface DistributedDatabaseTransferHandler
-
Method Summary
Modifier and TypeMethodDescriptionread
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key) write
(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
-
Method Details
-
read
DistributedDatabaseValue read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key) throws DistributedDatabaseException - Throws:
DistributedDatabaseException
-
write
DistributedDatabaseValue write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value) throws DistributedDatabaseException - Throws:
DistributedDatabaseException
-