Package com.biglybt.pif.ddb
Interface DistributedDatabaseTransferHandler
-
- All Known Implementing Classes:
DDBaseTTTorrent
,NetStatusProtocolTester
,RelatedContentSearcher
public interface DistributedDatabaseTransferHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistributedDatabaseValue
read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key)
DistributedDatabaseValue
write(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value)
-
-
-
Method Detail
-
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
-
-