Uses of Class
org.kth.dks.dks_node.Interval

Packages that use Interval
org.kth.dks.dks_dht   
org.kth.dks.dks_marshal   
org.kth.dks.dks_node   
org.kth.dks.util   
 

Uses of Interval in org.kth.dks.dks_dht
 

Methods in org.kth.dks.dks_dht that return Interval
 Interval DHTRestoreReplicasMsg.getInterval()
           
 

Constructors in org.kth.dks.dks_dht with parameters of type Interval
DHTRestoreReplicasMsg(DKSRef newNode, Interval i, int c, int id)
           
 

Uses of Interval in org.kth.dks.dks_marshal
 

Methods in org.kth.dks.dks_marshal that return Interval
 Interval CorrectionOnChangeInterface.getInterval()
           
 Interval CorrectionOnJoinMsg.getInterval()
           
 Interval CorrectionOnLeaveMsg.getInterval()
           
 

Constructors in org.kth.dks.dks_marshal with parameters of type Interval
CorrectionOnJoinMsg(DKSRef newNode, Interval i)
           
CorrectionOnLeaveMsg(DKSRef oldNode, DKSRef newNode, Interval i)
           
 

Uses of Interval in org.kth.dks.dks_node
 

Methods in org.kth.dks.dks_node with parameters of type Interval
 java.util.List IntervalOptimizer.removeInterval(java.util.List list, Interval rem)
          Takes a List of intervals and returns a new List containing intervals which are guaranteed to not contain anything from the Interval rem.
 

Uses of Interval in org.kth.dks.util
 

Methods in org.kth.dks.util that return Interval
 Interval MathMiscConstant.intervalIntersection(Interval i1, Interval i2)
           
 

Methods in org.kth.dks.util with parameters of type Interval
 java.util.List MathMiscConstant.intervalDifference(Interval i1, Interval i2)
           
 Interval MathMiscConstant.intervalIntersection(Interval i1, Interval i2)
           
 java.util.List MathMiscConstant.intervalJoin(Interval i1, Interval i2)
           
 



Copyright © 2010. All Rights Reserved.