Rice Pastry API

Uses of Interface
rice.p2p.scribe.maintenance.MaintainableScribe

Packages that use MaintainableScribe
rice.p2p.scribe   
rice.p2p.scribe.maintenance   
 

Uses of MaintainableScribe in rice.p2p.scribe
 

Classes in rice.p2p.scribe that implement MaintainableScribe
 class ScribeImpl
           
 

Uses of MaintainableScribe in rice.p2p.scribe.maintenance
 

Methods in rice.p2p.scribe.maintenance with parameters of type MaintainableScribe
 void ScribeMaintenancePolicy.doMaintenance(MaintainableScribe scribe)
          Called periodically.
 void ScribeMaintenancePolicy.DefaultScribeMaintenancePolicy.doMaintenance(MaintainableScribe scribe)
           
 void ScribeMaintenancePolicy.nodeFaulty(MaintainableScribe scribe, NodeHandle node, java.util.List<Topic> nodeWasParent, java.util.List<Topic> nodeWasChild)
          When anyone in any Topic (child or parent) is detected faulty.
 void ScribeMaintenancePolicy.DefaultScribeMaintenancePolicy.nodeFaulty(MaintainableScribe scribe, NodeHandle handle, java.util.List<Topic> nodeWasParent, java.util.List<Topic> nodeWasChild)
           
 void ScribeMaintenancePolicy.noLongerRoot(MaintainableScribe scribe, java.util.List<Topic> topics)
          Called when membership changes "near" the local node, in overlay space.
 void ScribeMaintenancePolicy.DefaultScribeMaintenancePolicy.noLongerRoot(MaintainableScribe scribe, java.util.List<Topic> topics)
           
 void ScribeMaintenancePolicy.subscribeFailed(MaintainableScribe scribe, java.util.List<Topic> failedTopics)
          The subscription failed.
 void ScribeMaintenancePolicy.DefaultScribeMaintenancePolicy.subscribeFailed(MaintainableScribe scribe, java.util.List<Topic> failedTopics)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection