org.gudy.azureus2.plugins.ddb
Interface DistributedDatabaseTransferHandler


public interface DistributedDatabaseTransferHandler

Author:
parg

Method Summary
 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