Class and Description |
---|
org.apache.hadoop.hbase.AuthUtil
since 2.2.0, to be marked as
InterfaceAudience.Private in 4.0.0. |
org.apache.hadoop.hbase.KeyValue.KVComparator
: Use
CellComparatorImpl . Deprecated for hbase 2.0, remove for hbase 3.0. |
org.apache.hadoop.hbase.KeyValue.MetaComparator
:
MetaCellComparator.META_COMPARATOR to be used.
Deprecated for hbase 2.0, remove for hbase 3.0. |
Field and Description |
---|
org.apache.hadoop.hbase.types.RawString.ASCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedBlob.ASCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedInt16.ASCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedFloat32.ASCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedInt64.ASCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.RawBytes.ASCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedBlobVar.ASCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedNumeric.ASCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedInt32.ASCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedFloat64.ASCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedString.ASCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedInt8.ASCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.KeyValue.COMPARATOR
Use
CellComparator.getInstance() instead. Deprecated for hbase 2.0, remove for hbase 3.0. |
org.apache.hadoop.hbase.HConstants.DEFAULT_HBASE_SPLIT_COORDINATED_BY_ZK
since 2.4.0 and in 3.0.0, to be removed in 4.0.0.
|
org.apache.hadoop.hbase.HConstants.DEFAULT_META_REPLICA_NUM
Since 2.4.0, will be removed in 4.0.0. Please change the meta replicas number by
altering meta table, i.e, set a new 'region replication' number and call
modifyTable.
|
org.apache.hadoop.hbase.io.ByteBuffAllocator.DEPRECATED_ALLOCATOR_POOL_ENABLED_KEY
since 2.3.0 and will be removed in 4.0.0. Use
ByteBuffAllocator.ALLOCATOR_POOL_ENABLED_KEY instead. |
org.apache.hadoop.hbase.types.RawString.DESCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedBlob.DESCENDING
since 3.0.0 and will b removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedInt16.DESCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedFloat32.DESCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedInt64.DESCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.RawBytes.DESCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedBlobVar.DESCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedNumeric.DESCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedInt32.DESCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedFloat64.DESCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedString.DESCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.OrderedInt8.DESCENDING
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.HConstants.HBASE_CLIENT_ENABLE_FAST_FAIL_MODE_DEFAULT
since 2.3.0, and in 3.0.0 the actually implementation will be removed so config
this value will have no effect. The constants itself will be removed in 4.0.0.
|
org.apache.hadoop.hbase.HConstants.HBASE_CLIENT_FAILURE_MAP_CLEANUP_INTERVAL_MS
since 2.3.0, and in 3.0.0 the actually implementation will be removed so config
this value will have no effect. The constants itself will be removed in 4.0.0.
|
org.apache.hadoop.hbase.HConstants.HBASE_CLIENT_FAILURE_MAP_CLEANUP_INTERVAL_MS_DEFAULT
since 2.3.0, and in 3.0.0 the actually implementation will be removed so config
this value will have no effect. The constants itself will be removed in 4.0.0.
|
org.apache.hadoop.hbase.HConstants.HBASE_CLIENT_FAST_FAIL_CLEANUP_DURATION_MS_DEFAULT
since 2.3.0, and in 3.0.0 the actually implementation will be removed so config
this value will have no effect. The constants itself will be removed in 4.0.0.
|
org.apache.hadoop.hbase.HConstants.HBASE_CLIENT_FAST_FAIL_CLEANUP_MS_DURATION_MS
since 2.3.0, and in 3.0.0 the actually implementation will be removed so config
this value will have no effect. The constants itself will be removed in 4.0.0.
|
org.apache.hadoop.hbase.HConstants.HBASE_CLIENT_FAST_FAIL_INTERCEPTOR_IMPL
since 2.3.0, and in 3.0.0 the actually implementation will be removed so config
this value will have no effect. The constants itself will be removed in 4.0.0.
|
org.apache.hadoop.hbase.HConstants.HBASE_CLIENT_FAST_FAIL_MODE_ENABLED
since 2.3.0, and in 3.0.0 the actually implementation will be removed so config
this value will have no effect. The constants itself will be removed in 4.0.0.
|
org.apache.hadoop.hbase.HConstants.HBASE_CLIENT_FAST_FAIL_THREASHOLD_MS
since 2.3.0, and in 3.0.0 the actually implementation will be removed so config
this value will have no effect. The constants itself will be removed in 4.0.0.
|
org.apache.hadoop.hbase.HConstants.HBASE_CLIENT_FAST_FAIL_THREASHOLD_MS_DEFAULT
since 2.3.0, and in 3.0.0 the actually implementation will be removed so config
this value will have no effect. The constants itself will be removed in 4.0.0.
|
org.apache.hadoop.hbase.HConstants.HBASE_NON_USER_TABLE_DIRS
Since hbase-2.3.0; no replacement as not used any more (internally at least)
|
org.apache.hadoop.hbase.HConstants.HBASE_SPLIT_WAL_COORDINATED_BY_ZK
since 2.4.0 and in 3.0.0, to be removed in 4.0.0, replaced by procedure-based
distributed WAL splitter; see SplitWALManager.
|
org.apache.hadoop.hbase.HConstants.MERGEA_QUALIFIER
Since 2.3.0 and 2.2.1. Not used anymore. Instead we look for
the
HConstants.MERGE_QUALIFIER_PREFIX_STR prefix. |
org.apache.hadoop.hbase.HConstants.MERGEB_QUALIFIER
Since 2.3.0 and 2.2.1. Not used anymore. Instead we look for
the
HConstants.MERGE_QUALIFIER_PREFIX_STR prefix. |
org.apache.hadoop.hbase.KeyValue.META_COMPARATOR
Use
MetaCellComparator.META_COMPARATOR instead.
Deprecated for hbase 2.0, remove for hbase 3.0. |
org.apache.hadoop.hbase.HConstants.META_REPLICAS_NUM
Since 2.4.0, will be removed in 4.0.0. Please change the meta replicas number by
altering meta table, i.e, set a new 'region replication' number and call
modifyTable.
|
org.apache.hadoop.hbase.TableName.NAMESPACE_TABLE_NAME
since 3.0.0 and will be removed in 4.0.0. We have folded the data in namespace
table into meta table, so do not use it any more.
|
org.apache.hadoop.hbase.HConstants.REPLICATION_DROP_ON_DELETED_TABLE_KEY
since 3.0.0. Will be removed in 4.0.0.
Moved it into HBaseInterClusterReplicationEndpoint.
|
org.apache.hadoop.hbase.util.DNS.RS_HOSTNAME_KEY
since 2.4.0 and will be removed in 4.0.0.
Use
DNS.UNSAFE_RS_HOSTNAME_KEY instead. |
Method and Description |
---|
org.apache.hadoop.hbase.rsgroup.RSGroupInfo.addAllTables(Collection<TableName>)
Since 3.0.0, will be removed in 4.0.0. The rsgroup information will be stored in
the configuration of a table so this will be removed.
|
org.apache.hadoop.hbase.rsgroup.RSGroupInfo.addTable(TableName)
Since 3.0.0, will be removed in 4.0.0. The rsgroup information will be stored in
the configuration of a table so this will be removed.
|
org.apache.hadoop.hbase.rsgroup.RSGroupInfo.containsTable(TableName)
Since 3.0.0, will be removed in 4.0.0. The rsgroup information will be stored in
the configuration of a table so this will be removed.
|
org.apache.hadoop.hbase.KeyValueUtil.ensureKeyValue(Cell)
without any replacement.
|
org.apache.hadoop.hbase.KeyValueUtil.ensureKeyValues(List<Cell>) |
org.apache.hadoop.hbase.AuthUtil.getAuthChore(Configuration)
Deprecated since 2.2.0, this method will be
InterfaceAudience.Private use only after 4.0.0. |
org.apache.hadoop.hbase.net.Address.getHostname()
Use
Address.getHostName() instead |
org.apache.hadoop.hbase.Cell.getSequenceId()
As of HBase-2.0. Will be removed in HBase-3.0.
|
org.apache.hadoop.hbase.KeyValue.KVComparator.getShortMidpointKey(byte[], byte[])
Since 0.99.2;
|
org.apache.hadoop.hbase.rsgroup.RSGroupInfo.getTables()
Since 3.0.0, will be removed in 4.0.0. The rsgroup information will be stored in
the configuration of a table so this will be removed.
|
org.apache.hadoop.hbase.Cell.getTagsArray()
As of HBase-2.0. Will be removed in HBase-3.0. Tags are are now internal.
|
org.apache.hadoop.hbase.Cell.getTagsLength()
As of HBase-2.0. Will be removed in HBase-3.0. Tags are are now internal.
|
org.apache.hadoop.hbase.Cell.getTagsOffset()
As of HBase-2.0. Will be removed in HBase-3.0. Tags are are now internal.
|
org.apache.hadoop.hbase.Cell.getTypeByte()
As of HBase-2.0. Will be removed in HBase-3.0. Use
Cell.getType() . |
org.apache.hadoop.hbase.util.CommonFSUtils.getWrongWALRegionDir(Configuration, TableName, String)
For compatibility, will be removed in 4.0.0.
|
org.apache.hadoop.hbase.KeyValue.oswrite(KeyValue, OutputStream, boolean)
As of release 2.0.0, this will be removed in HBase 3.0.0.
Instead use
KeyValue.write(OutputStream, boolean) |
org.apache.hadoop.hbase.rsgroup.RSGroupInfo.removeTable(TableName)
Since 3.0.0, will be removed in 4.0.0. The rsgroup information will be stored in
the configuration of a table so this will be removed.
|
Constructor and Description |
---|
org.apache.hadoop.hbase.types.RawBytes()
since 3.0.0 and will be removed in 4.0.0
|
org.apache.hadoop.hbase.types.RawString()
since 3.0.0 and will be removed in 4.0.0
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.