Interface and Description |
---|
org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateBuilder
Since 3.0.0, will be removed in 4.0.0. For internal test use only, do not use it
any more.
|
org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateWithFilterBuilder
Since 3.0.0, will be removed in 4.0.0. For internal test use only, do not use it
any more.
|
org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel
Please stop using this class again, as it is too low level, which is part of the rpc
framework for HBase. Will be deleted in 4.0.0.
|
org.apache.hadoop.hbase.client.Table.CheckAndMutateBuilder
Since 3.0.0, will be removed in 4.0.0. For internal test use only, do not use it
any more.
|
org.apache.hadoop.hbase.client.Table.CheckAndMutateWithFilterBuilder
Since 3.0.0, will be removed in 4.0.0. For internal test use only, do not use it
any more.
|
Class and Description |
---|
org.apache.hadoop.hbase.filter.FirstKeyValueMatchingQualifiersFilter
Deprecated in 2.0.0 and will be removed in 3.0.0.
|
org.apache.hadoop.hbase.client.LogQueryFilter
as of 2.4.0. Will be removed in 4.0.0.
|
org.apache.hadoop.hbase.client.MasterRegistry
Since 2.5.0, will be removed in 4.0.0. Use
RpcConnectionRegistry instead. |
Exceptions and Description |
---|
org.apache.hadoop.hbase.exceptions.PreemptiveFastFailException
since 2.3.0, and will be removed in 4.0.0.
|
Field and Description |
---|
org.apache.hadoop.hbase.zookeeper.ZNodePaths.balancerZNode
Since 2.6.0, will be removed in 4.0.0. We use master local region to store this
state.
|
org.apache.hadoop.hbase.client.BufferedMutator.CLASSNAME_KEY
Since 3.0.0, will be removed in 4.0.0. For internal test use only, do not use it
any more.
|
org.apache.hadoop.hbase.client.TableDescriptorBuilder.NAMESPACE_COL_DESC_BYTES
namespace table has been folded into the ns family in meta table, do not use this
any more.
|
org.apache.hadoop.hbase.client.TableDescriptorBuilder.NAMESPACE_FAMILY_INFO
namespace table has been folded into the ns family in meta table, do not use this
any more.
|
org.apache.hadoop.hbase.client.TableDescriptorBuilder.NAMESPACE_FAMILY_INFO_BYTES
namespace table has been folded into the ns family in meta table, do not use this
any more.
|
org.apache.hadoop.hbase.client.TableDescriptorBuilder.NAMESPACE_TABLEDESC
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.client.TableDescriptorBuilder.NORMALIZER_TARGET_REGION_SIZE |
org.apache.hadoop.hbase.zookeeper.ZNodePaths.regionNormalizerZNode
Since 2.6.0, will be removed in 4.0.0. We use master local region to store this
state.
|
org.apache.hadoop.hbase.zookeeper.ZNodePaths.snapshotCleanupZNode
Since 2.6.0, will be removed in 4.0.0. We use master local region to store this
state.
|
org.apache.hadoop.hbase.zookeeper.ZNodePaths.switchZNode
Since 2.6.0, will be removed in 4.0.0. We use master local region to store this
state.
|
org.apache.hadoop.hbase.zookeeper.ZNodePaths.tableZNode |
Constructor and Description |
---|
org.apache.hadoop.hbase.ipc.ServerTooBusyException(InetSocketAddress, long) |
org.apache.hadoop.hbase.client.SnapshotDescription(String, TableName, SnapshotType, String, long, int)
since 2.3.0 and will be removed in 4.0.0. Use
SnapshotDescription(String, TableName, SnapshotType, String, long, int, Map) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.