| 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.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.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
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.