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.util.HbckErrorReporter
Since 2.3.0. To be removed in hbase4. Use HBCK2 instead. Remove when
HBaseFsck is removed. |
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
|
Exceptions and Description |
---|
org.apache.hadoop.hbase.regionserver.RowTooBigException
since 0.99.0. Use
RowTooBigException instead. |
Field and Description |
---|
org.apache.hadoop.hbase.wal.WALEdit.COMPACTION
Since 2.3.0. Make it protected, internal-use only. Use
WALEdit.isCompactionMarker(Cell) |
org.apache.hadoop.hbase.wal.WALEdit.FLUSH
Since 2.3.0. Make it protected, internal-use only.
|
org.apache.hadoop.hbase.wal.WALEdit.METAROW
Since 2.3.0. Not used.
|
org.apache.hadoop.hbase.tool.LoadIncrementalHFiles.NAME
since 2.2.0, will be removed in 3.0.0, with no replacement. End user should not
depend on this value.
|
org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitPolicy.PREFIX_LENGTH_KEY_DEPRECATED |
org.apache.hadoop.hbase.wal.WALEdit.REGION_EVENT
Since 2.3.0. Remove. Not for external use. Not used.
|
org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils.SNAPSHOT_TIMEOUT_MILLIS_DEFAULT
Use
SnapshotDescriptionUtils.DEFAULT_MAX_WAIT_TIME instead. |
org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils.SNAPSHOT_TIMEOUT_MILLIS_KEY |
Constructor and Description |
---|
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 and will be removed in 4.0.0. Use
WALEdit.WALEdit(int, boolean)
instead. |
org.apache.hadoop.hbase.wal.WALEdit(int)
since 2.0.1 and will be removed in 4.0.0. Use
WALEdit.WALEdit(int, boolean)
instead. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.