Package org.apache.hadoop.hbase
Class TestHRegionLocation
java.lang.Object
org.apache.hadoop.hbase.TestHRegionLocation
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
HRegionLocations are equal if they have the same 'location' -- i.e.void
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestHRegionLocation
public TestHRegionLocation()
-
-
Method Details
-
testHashAndEqualsCode
HRegionLocations are equal if they have the same 'location' -- i.e. host and port -- even if they are carrying different regions. Verify that is indeed the case. -
testToString
-
testCompareTo
-