org.scale7.cassandra.pelops.pool
Class LeastLoadedNodeSelectionStrategy.Candidate

java.lang.Object
  extended by org.scale7.cassandra.pelops.pool.LeastLoadedNodeSelectionStrategy.Candidate
All Implemented Interfaces:
Comparable<LeastLoadedNodeSelectionStrategy.Candidate>
Enclosing class:
LeastLoadedNodeSelectionStrategy

public class LeastLoadedNodeSelectionStrategy.Candidate
extends Object
implements Comparable<LeastLoadedNodeSelectionStrategy.Candidate>


Constructor Summary
LeastLoadedNodeSelectionStrategy.Candidate(String address, int numActive)
           
 
Method Summary
 int compareTo(LeastLoadedNodeSelectionStrategy.Candidate candidate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeastLoadedNodeSelectionStrategy.Candidate

public LeastLoadedNodeSelectionStrategy.Candidate(String address,
                                                  int numActive)
Method Detail

compareTo

public int compareTo(LeastLoadedNodeSelectionStrategy.Candidate candidate)
Specified by:
compareTo in interface Comparable<LeastLoadedNodeSelectionStrategy.Candidate>


Copyright © 2011. All Rights Reserved.