hbase/hbase-client
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-12911 Client-side metrics 2015-10-07 17:01:56 -07:00