| Interface and Description |
|---|
| org.apache.hadoop.hbase.coprocessor.CoprocessorService
Since 2.0. Will be removed in 3.0
|
| org.apache.hadoop.hbase.coprocessor.HasMasterServices
Since 2.0.0 to be removed in 3.0.0. The hope is that by 3.0.0 we will not need this
facility as CoreCoprocessors are integated into core.
|
| org.apache.hadoop.hbase.coprocessor.HasRegionServerServices
Since 2.0.0 to be removed in 3.0.0. The hope is that by 3.0.0 we will not need this
facility as CoreCoprocessors are integated into core.
|
| org.apache.hadoop.hbase.master.procedure.MetaProcedureInterface
only used for
RecoverMetaProcedure. Should be removed along with
RecoverMetaProcedure. |
| org.apache.hadoop.hbase.regionserver.RowProcessor
As of release 2.0.0, this will be removed in HBase 3.0.0. For customization, use
Coprocessors instead.
|
| org.apache.hadoop.hbase.coprocessor.SingletonCoprocessorService
Since 2.0. Will be removed in 3.0
|
| Class and Description |
|---|
| org.apache.hadoop.hbase.coprocessor.CoprocessorServiceBackwardCompatiblity |
| org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles
As of release 2.0.0, this will be removed in HBase 3.0.0. Use
LoadIncrementalHFiles instead. |
| org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem
As of release 2.0.0, this will be removed in HBase 3.0.0. Use
LoadIncrementalHFiles.LoadQueueItem instead. |
| org.apache.hadoop.hbase.master.MirroringTableStateManager
Since 2.0.0. To be removed in 3.0.0.
|
| org.apache.hadoop.hbase.master.procedure.RecoverMetaProcedure
Do not use any more, leave it here only for compatible. The recovery work will be
done in
ServerCrashProcedure directly, and the initial work for meta table
will be done by InitMetaProcedure. |
| org.apache.hadoop.hbase.util.ZKDataMigrator
Since 2.0.0. To be removed in hbase-3.0.0.
|
| Exceptions and Description |
|---|
| org.apache.hadoop.hbase.regionserver.RowTooBigException
use
RowTooBigException instead. |
| Constructor and Description |
|---|
| org.apache.hadoop.hbase.io.hfile.HFileReaderImpl(Path, FixedFileTrailer, FSDataInputStreamWrapper, long, CacheConfig, HFileSystem, Configuration) |
| org.apache.hadoop.hbase.regionserver.HRegion(Path, WAL, FileSystem, Configuration, RegionInfo, TableDescriptor, RegionServerServices)
Use other constructors.
|
| org.apache.hadoop.hbase.io.Reference()
need by pb serialization
|
| org.apache.hadoop.hbase.wal.WALEdit(boolean)
Since 2.0.1. Use
WALEdit.WALEdit(int, boolean) instead. |
| org.apache.hadoop.hbase.wal.WALEdit(int)
Since 2.0.1. Use
WALEdit.WALEdit(int, boolean) instead. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.