org.scale7.cassandra.pelops.pool
Class LeastLoadedNodeSelectionStrategy.Candidate
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LeastLoadedNodeSelectionStrategy.Candidate
public LeastLoadedNodeSelectionStrategy.Candidate(String address,
int numActive)
compareTo
public int compareTo(LeastLoadedNodeSelectionStrategy.Candidate candidate)
- Specified by:
compareTo
in interface Comparable<LeastLoadedNodeSelectionStrategy.Candidate>
Copyright © 2011. All Rights Reserved.