Interface and Description |
---|
org.apache.hadoop.hbase.SettableSequenceId
as of 2.0 and will be removed in 3.0. Use
ExtendedCell instead |
org.apache.hadoop.hbase.SettableTimestamp
as of 2.0 and will be removed in 3.0. Use
ExtendedCell instead |
Class and Description |
---|
org.apache.hadoop.hbase.util.Counter
use
LongAdder instead. |
org.apache.hadoop.hbase.KeyValue.KVComparator
: Use
CellComparator . |
org.apache.hadoop.hbase.KeyValue.MetaComparator
:
CellComparator.META_COMPARATOR to be used |
org.apache.hadoop.hbase.KeyValue.RawBytesComparator
Not to be used for any comparsions
|
Field and Description |
---|
org.apache.hadoop.hbase.KeyValue.COMPARATOR
Use
CellComparator.COMPARATOR instead |
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.KeyValue.META_COMPARATOR
Use
CellComparator.META_COMPARATOR instead |
org.apache.hadoop.hbase.HConstants.META_TABLE_NAME
For upgrades of 0.94 to 0.96
|
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.KeyValue.RAW_COMPARATOR |
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()
Please use create() instead.
|
org.apache.hadoop.hbase.HBaseConfiguration(Configuration)
Please user create(conf) instead.
|
org.apache.hadoop.hbase.io.TimeRange()
This is made @InterfaceAudience.Private in the 2.0 line and above
|
org.apache.hadoop.hbase.io.TimeRange(byte[])
This is made @InterfaceAudience.Private in the 2.0 line and above
|
org.apache.hadoop.hbase.io.TimeRange(byte[], byte[])
This is made @InterfaceAudience.Private in the 2.0 line and above
|
org.apache.hadoop.hbase.io.TimeRange(long)
This is made @InterfaceAudience.Private in the 2.0 line and above
|
org.apache.hadoop.hbase.io.TimeRange(long, long)
This is made @InterfaceAudience.Private in the 2.0 line and above
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.