net.tomp2p.storage
Interface Responsibility
- All Known Subinterfaces: 
 - Storage
 
- All Known Implementing Classes: 
 - ResponsibilityMemory, StorageDisk, StorageGeneric, StorageMemory
 
public interface Responsibility
 
findPeerIDForResponsibleContent
Number160 findPeerIDForResponsibleContent(Number160 locationKey)
 
findContentForResponsiblePeerID
Collection<Number160> findContentForResponsiblePeerID(Number160 peerID)
 
updateResponsibilities
boolean updateResponsibilities(Number160 locationKey,
                               Number160 peerId)
 
removeResponsibility
void removeResponsibility(Number160 locationKey)
 
Copyright © 2012. All Rights Reserved.