Class and Description |
---|
org.apache.hadoop.hbase.filter.FirstKeyValueMatchingQualifiersFilter
Deprecated in 2.0. See HBASE-13347
|
org.apache.hadoop.hbase.HTableDescriptor
As of release 2.0.0, this will be removed in HBase 3.0.0.
use
TableDescriptorBuilder to build HTableDescriptor . |
org.apache.hadoop.hbase.client.ImmutableHTableDescriptor |
org.apache.hadoop.hbase.client.replication.ReplicationAdmin
use
Admin instead. |
org.apache.hadoop.hbase.zookeeper.ZKLeaderManager
Not used
|
org.apache.hadoop.hbase.zookeeper.ZKUtil.NodeAndData
Unused
|
Constructor and Description |
---|
org.apache.hadoop.hbase.client.Scan(byte[])
use
new Scan().withStartRow(startRow) instead. |
org.apache.hadoop.hbase.client.Scan(byte[], byte[])
use
new Scan().withStartRow(startRow).withStopRow(stopRow) instead. |
org.apache.hadoop.hbase.client.Scan(byte[], Filter)
use
new Scan().withStartRow(startRow).setFilter(filter) instead. |
org.apache.hadoop.hbase.client.SnapshotDescription(String, String)
Use the version with the TableName instance instead
|
org.apache.hadoop.hbase.client.SnapshotDescription(String, String, SnapshotType)
Use the version with the TableName instance instead
|
org.apache.hadoop.hbase.client.SnapshotDescription(String, String, SnapshotType, String)
Use the version with the TableName instance instead
|
org.apache.hadoop.hbase.client.SnapshotDescription(String, String, SnapshotType, String, long, int)
Use the version with the TableName instance instead
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.