Package org.apache.hadoop.hbase
Class TestHRegionLocation
java.lang.Object
org.apache.hadoop.hbase.TestHRegionLocation
@Tag("org.apache.hadoop.hbase.testclassification.MiscTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestHRegionLocation
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidHRegionLocations are equal if they have the same 'location' -- i.e.void
-
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
-