Package org.apache.hadoop.hbase
Class DistributedHBaseCluster.ServerNameIgnoreStartCodeComparator
java.lang.Object
org.apache.hadoop.hbase.DistributedHBaseCluster.ServerNameIgnoreStartCodeComparator
- All Implemented Interfaces:
Comparator<org.apache.hadoop.hbase.ServerName>
- Enclosing class:
- DistributedHBaseCluster
private static class DistributedHBaseCluster.ServerNameIgnoreStartCodeComparator
extends Object
implements Comparator<org.apache.hadoop.hbase.ServerName>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(org.apache.hadoop.hbase.ServerName o1, org.apache.hadoop.hbase.ServerName o2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ServerNameIgnoreStartCodeComparator
private ServerNameIgnoreStartCodeComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<org.apache.hadoop.hbase.ServerName>
-