Lightweight Bartering Grid

Uses of Interface
lbg.peer.strategy.scheduling.SupplyingRunningPreemptionPolicy

Packages that use SupplyingRunningPreemptionPolicy
lbg.peer.strategy.scheduling   
lbg.peer.strategy.scheduling.preemption   
 

Uses of SupplyingRunningPreemptionPolicy in lbg.peer.strategy.scheduling
 

Methods in lbg.peer.strategy.scheduling that return SupplyingRunningPreemptionPolicy
abstract  SupplyingRunningPreemptionPolicy SupplyingRunningPreemptionType.createSupplyingRunningPreemptionPolicy(Peer managed_peer, Scheduler scheduler)
           
 

Uses of SupplyingRunningPreemptionPolicy in lbg.peer.strategy.scheduling.preemption
 

Classes in lbg.peer.strategy.scheduling.preemption that implement SupplyingRunningPreemptionPolicy
 class AdaptivePreemption
          Adaptive Preemption.
 class AdaptivePreemptionGrace1
          Adaptive Preemption.
 class AdaptivePreemptionGrace10
          Adaptive Preemption.
 class AdaptivePreemptionGrace2
          Adaptive Preemption.
 class AdaptivePreemptionGrace5
          Adaptive Preemption.
 class FullCancellation
          Fully cancelling Preemption (all Supplying Tasks are dequeued).
 class FullPreemption
          Fully preemptive Preemption (all Supplying Tasks are requeued).
 class LimitedCancellation
          Limited cancelling Preemption (Supplying Tasks are dequeued as needed).
 class LimitedPreemption
          Limited preemptive Preemption (Supplying Tasks are requeued as needed).
 class NoPreemption
          No Preemption.
 


Lightweight Bartering Grid

Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.