| Class and Description |
|---|
| ByteBufferExtendedCell
This class is a server side extension to the
Cell interface. |
| ByteBufferKeyValue
This Cell is an implementation of
ByteBufferExtendedCell where the data resides in off
heap/ on heap ByteBuffer |
| Cell
The unit of storage in HBase consisting of the following fields:
|
| Cell.Type
The valid types for user to build the cell.
|
| CellBuilder
Use
CellBuilderFactory to get CellBuilder instance. |
| CellBuilderType
Used by
CellBuilderFactory and ExtendedCellBuilderFactory. |
| CellComparator
Comparator for comparing cells and has some specialized methods that allows comparing individual
cell components like row, family, qualifier and timestamp
|
| CellComparatorImpl
Compare two HBase cells.
|
| CellScannable
Implementer can return a CellScanner over its Cell content.
|
| CellScanner
An interface for iterating through a sequence of cells.
|
| CompoundConfiguration
Do a shallow merge of multiple KV configuration pools.
|
| ExtendedCell
Extension to
Cell with server side required functions. |
| ExtendedCellBuilder
For internal purpose.
|
| HBaseIOException
All hbase specific IOExceptions should be subclasses of HBaseIOException
|
| HConstants.OperationStatusCode
Status codes used for return values of bulk operations.
|
| HDFSBlocksDistribution
Data structure to describe the distribution of HDFS blocks among hosts.
|
| HDFSBlocksDistribution.HostAndWeight
Stores the hostname and weight for that hostname.
|
| InnerStoreCellComparator
Compare two HBase cells inner store, skip compare family for better performance.
|
| KeyValue
An HBase Key/Value.
|
| KeyValue.KeyOnlyKeyValue
A simple form of KeyValue that creates a keyvalue with only the key part of the byte[] Mainly
used in places where we need to compare two cells.
|
| KeyValue.KVComparator
Deprecated.
: Use
CellComparatorImpl. Deprecated for hbase 2.0, remove for hbase 3.0. |
| KeyValue.MetaComparator
Deprecated.
:
MetaCellComparator.META_COMPARATOR to be used. Deprecated for hbase 2.0,
remove for hbase 3.0. |
| KeyValue.SamePrefixComparator
Avoids redundant comparisons for better performance.
|
| KeyValue.Type
Key type.
|
| MetaCellComparator |
| NamespaceDescriptor
Namespace POJO class.
|
| NamespaceDescriptor.Builder |
| NoTagsByteBufferKeyValue
An extension of the ByteBufferKeyValue where the tags length is always 0
|
| RawCell
An extended version of Cell that allows CPs manipulate Tags.
|
| RawCellBuilder
Allows creating a cell with
Tag An instance of this type can be acquired by using
RegionCoprocessorEnvironment#getCellBuilder (for prod code) and RawCellBuilderFactory
(for unit tests). |
| ScheduledChore
ScheduledChore is a task performed on a period in hbase.
|
| ServerName
Name of a particular incarnation of an HBase Server.
|
| SizeCachedKeyValue
This class is an extension to KeyValue where rowLen and keyLen are cached.
|
| Stoppable
Implementers are Stoppable.
|
| TableName
Immutable POJO class for representing a table name.
|
| Tag
Tags are part of cells and helps to add metadata about them.
|
| TagBuilder
Builder implementation to create
Tag Call setTagValue(byte[]) method to create
ArrayBackedTag |
| Class and Description |
|---|
| Cell
The unit of storage in HBase consisting of the following fields:
|
| CellScanner
An interface for iterating through a sequence of cells.
|
| HBaseIOException
All hbase specific IOExceptions should be subclasses of HBaseIOException
|
| Class and Description |
|---|
| HBaseIOException
All hbase specific IOExceptions should be subclasses of HBaseIOException
|
| Class and Description |
|---|
| Cell
The unit of storage in HBase consisting of the following fields:
|
| CellScanner
An interface for iterating through a sequence of cells.
|
| Class and Description |
|---|
| Cell
The unit of storage in HBase consisting of the following fields:
|
| CellComparator
Comparator for comparing cells and has some specialized methods that allows comparing individual
cell components like row, family, qualifier and timestamp
|
| Class and Description |
|---|
| CellComparator
Comparator for comparing cells and has some specialized methods that allows comparing individual
cell components like row, family, qualifier and timestamp
|
| Class and Description |
|---|
| TableName
Immutable POJO class for representing a table name.
|
| Class and Description |
|---|
| BaseConfigurable
HBase version of Hadoop's Configured class that doesn't initialize the configuration via
BaseConfigurable.setConf(Configuration) in the constructor, but only sets the configuration through the
BaseConfigurable.setConf(Configuration) method |
| Class and Description |
|---|
| Cell
The unit of storage in HBase consisting of the following fields:
|
| CellComparator
Comparator for comparing cells and has some specialized methods that allows comparing individual
cell components like row, family, qualifier and timestamp
|
| Stoppable
Implementers are Stoppable.
|
| TableName
Immutable POJO class for representing a table name.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.