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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(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, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ServerNameIgnoreStartCodeComparator
private ServerNameIgnoreStartCodeComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<org.apache.hadoop.hbase.ServerName>
-