HBASE-9372 Restore HConstants.META_TABLE_NAME as deprecated

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1518416 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Hsieh 2013-08-28 23:29:57 +00:00
parent b3cfe061e1
commit 950a552f77
1 changed files with 5 additions and 0 deletions

View File

@ -355,6 +355,11 @@ public final class HConstants {
// be the first to be reassigned if the server(s) they are being served by
// should go down.
/** The META table's name. */
@Deprecated // for compat from 0.94 -> 0.96.
public static final byte[] META_TABLE_NAME = TableName.META_TABLE_NAME.getName();
public static final String BASE_NAMESPACE_DIR = "data";
/** delimiter used between portions of a region name */