org.gudy.azureus2.plugins.ddb
Interface DistributedDatabaseTransferHandler


public interface DistributedDatabaseTransferHandler

Author:
parg

Method Summary
 DistributedDatabaseValue read(DistributedDatabaseContact contact, DistributedDatabaseTransferType type, DistributedDatabaseKey key)
           
 void 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

void write(DistributedDatabaseContact contact,
           DistributedDatabaseTransferType type,
           DistributedDatabaseKey key,
           DistributedDatabaseValue value)
           throws DistributedDatabaseException
Throws:
DistributedDatabaseException