hbase/hbase-common
Elliott Clark a591df1073 HBASE-14708 Use copy on write Map for region location cache
Summary:
Create and use a copy on write map for region location.

  - Create a copy on write map backed by a sorted array.
  - Create a test for both comparing each with a jdk provided map.
  - Change MetaCache to use the new map.

Test Plan:
  - org.apache.hadoop.hbase.client.TestFromClientSide
  - TestHCM

Differential Revision: https://reviews.facebook.net/D49545
2015-11-17 10:52:43 -08:00
..
src HBASE-14708 Use copy on write Map for region location cache 2015-11-17 10:52:43 -08:00
pom.xml HBASE-14806 Missing sources.jar for several modules when building HBase 2015-11-17 08:54:13 +08:00