HBASE-17980 (Addendum) make UnmodifyableHRegionInfo deprecated

This commit is contained in:
Chia-Ping Tsai 2017-09-15 19:19:13 +08:00
parent a5c8461ca8
commit 3f112ee320
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,11 @@ package org.apache.hadoop.hbase.client;
import org.apache.hadoop.hbase.HRegionInfo;
import org.apache.yetus.audience.InterfaceAudience;
@InterfaceAudience.Private
/**
* @deprecated As of release 2.0.0, this will be removed in HBase 3.0.0.
*/
@InterfaceAudience.Public
@Deprecated
class UnmodifyableHRegionInfo extends HRegionInfo {
/*
* Creates an unmodifyable copy of an HRegionInfo