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.util.ByteBufferUtils
This class will become IA.Private in HBase 3.0. Downstream folks shouldn't use it.
|
org.apache.hadoop.hbase.util.CollectionUtils
Since 2.0.6/2.1.3/2.2.0
|
org.apache.hadoop.hbase.util.Counter
since 2.0.0 and will be removed in 3.0.0. Use
LongAdder instead. |
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. |
org.apache.hadoop.hbase.types.PBType
Will be removed in 3.0.0 without replacement. It should not be a public API as it
exposes the protobuf stuff. Users who depend on this class should just copy the code
your own code base.
|
Field and Description |
---|
org.apache.hadoop.hbase.HConstants.CLUSTER_IS_DISTRIBUTED |
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.CP_HTD_ATTR_KEY_PATTERN
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
|
org.apache.hadoop.hbase.HConstants.CP_HTD_ATTR_VALUE_PARAM_KEY_PATTERN
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
|
org.apache.hadoop.hbase.HConstants.CP_HTD_ATTR_VALUE_PARAM_PATTERN
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
|
org.apache.hadoop.hbase.HConstants.CP_HTD_ATTR_VALUE_PARAM_VALUE_PATTERN
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.0.
|
org.apache.hadoop.hbase.HConstants.CP_HTD_ATTR_VALUE_PATTERN
It is used internally. As of release 2.0.0, this will be removed in HBase 3.0.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_MASTER_HANLDER_COUNT |
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.HConstants.DEFAULT_ZOOKEPER_CLIENT_PORT
use
HConstants.DEFAULT_ZOOKEEPER_CLIENT_PORT instead |
org.apache.hadoop.hbase.HConstants.DEFAULT_ZOOKEPER_MAX_CLIENT_CNXNS
use
HConstants.DEFAULT_ZOOKEEPER_MAX_CLIENT_CNXNS instead |
org.apache.hadoop.hbase.HConstants.DEFAULT_ZOOKEPER_RECOVERABLE_WAITIME |
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.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_REGIONSERVER_LEASE_PERIOD_KEY
This config option is deprecated. Will be removed at later releases after 0.96.
|
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.HBASECLIENT_IMPL |
org.apache.hadoop.hbase.HConstants.HBCK_CODE_NAME |
org.apache.hadoop.hbase.HConstants.LIB_DIR |
org.apache.hadoop.hbase.HConstants.LOG_REPLAY_WAIT_REGION_TIMEOUT |
org.apache.hadoop.hbase.HConstants.MASTER_HANDLER_COUNT |
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_QOS
the name "META_QOS" is a bit ambiguous, actually only meta region transition can
use this priority, and you should not use this directly. Will be removed in 3.0.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.HConstants.OLDEST_TIMESTAMP
Should not be public since hbase-1.3.0. For internal use only. Move internal to
Scanners flagged as special timestamp value never to be returned as timestamp on a Cell.
|
org.apache.hadoop.hbase.HConstants.REPLICATION_DROP_ON_DELETED_TABLE_KEY
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. |
org.apache.hadoop.hbase.HConstants.WEEK_IN_SECONDS |
org.apache.hadoop.hbase.HConstants.ZOOKEEPER_RECOVERABLE_WAITTIME |
Constructor and Description |
---|
org.apache.hadoop.hbase.util.Bytes(ByteString)
As of release 2.0.0, this will be removed in HBase 3.0.0.
|
org.apache.hadoop.hbase.HBaseConfiguration()
since 0.90.0. Please use
HBaseConfiguration.create() instead. |
org.apache.hadoop.hbase.HBaseConfiguration(Configuration)
since 0.90.0. Please use
HBaseConfiguration.create(Configuration) instead. |
org.apache.hadoop.hbase.io.TimeRange()
This is made @InterfaceAudience.Private in the 2.0 line and above and may be
changed to private or removed in 3.0.
|
org.apache.hadoop.hbase.io.TimeRange(byte[])
This is made @InterfaceAudience.Private in the 2.0 line and above and may be
changed to private or removed in 3.0.
|
org.apache.hadoop.hbase.io.TimeRange(byte[], byte[])
This is made @InterfaceAudience.Private in the 2.0 line and above and may be
changed to private or removed in 3.0.
|
org.apache.hadoop.hbase.io.TimeRange(long)
This is made @InterfaceAudience.Private in the 2.0 line and above and may be
changed to private or removed in 3.0.
|
org.apache.hadoop.hbase.io.TimeRange(long, long)
This is made @InterfaceAudience.Private in the 2.0 line and above and may be
changed to private or removed in 3.0.
|
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.