org.gudy.azureus2.plugins.ddb
Interface DistributedDatabaseTransferHandler
- All Known Implementing Classes:
- DDBaseTTTorrent, NetStatusProtocolTester, RelatedContentSearcher
public interface DistributedDatabaseTransferHandler
- Author:
- parg
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