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 Details

  • Method Details

    • testHashAndEqualsCode

      @Test public void 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

      @Test public void testToString()
    • testCompareTo

      @Test public void testCompareTo()