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
|
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 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–2017 The Apache Software Foundation. All rights reserved.