类和说明 |
---|
Cell
The unit of storage in HBase consisting of the following fields:
1) row 2) column family 3) column qualifier 4) timestamp 5) type 6) MVCC version 7) value Uniqueness is determined by the combination of row, column family, column qualifier, timestamp, and type. |
CellComparator
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.
|
HConstants.Modify
modifyTable op for replacing the table descriptor
|
HConstants.OperationStatusCode
Status codes used for return values of bulk operations.
|
KeyValue
An HBase Key/Value.
|
KeyValue.KVComparator
Compare KeyValues.
|
KeyValue.SamePrefixComparator
Avoids redundant comparisons for better performance.
|
KeyValue.Type
Key type.
|
NamespaceDescriptor
Namespace POJO class.
|
NamespaceDescriptor.Builder |
ProcedureInfo
Procedure information
|
ScheduledChore
ScheduledChore is a task performed on a period in hbase.
|
SettableSequenceId
Using this Interface one can mark a Cell as Sequence stampable.
|
SettableTimestamp
Using this Interface one can mark a Cell as timestamp changeable.
|
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 the KVs.
|
类和说明 |
---|
Cell
The unit of storage in HBase consisting of the following fields:
1) row 2) column family 3) column qualifier 4) timestamp 5) type 6) MVCC version 7) value Uniqueness is determined by the combination of row, column family, column qualifier, timestamp, and type. |
CellScanner
An interface for iterating through a sequence of cells.
|
HBaseIOException
All hbase specific IOExceptions should be subclasses of HBaseIOException
|
类和说明 |
---|
HBaseIOException
All hbase specific IOExceptions should be subclasses of HBaseIOException
|
类和说明 |
---|
Cell
The unit of storage in HBase consisting of the following fields:
1) row 2) column family 3) column qualifier 4) timestamp 5) type 6) MVCC version 7) value Uniqueness is determined by the combination of row, column family, column qualifier, timestamp, and type. |
CellScanner
An interface for iterating through a sequence of cells.
|
类和说明 |
---|
Cell
The unit of storage in HBase consisting of the following fields:
1) row 2) column family 3) column qualifier 4) timestamp 5) type 6) MVCC version 7) value Uniqueness is determined by the combination of row, column family, column qualifier, timestamp, and type. |
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
Compare KeyValues.
|
类和说明 |
---|
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 |
类和说明 |
---|
Cell
The unit of storage in HBase consisting of the following fields:
1) row 2) column family 3) column qualifier 4) timestamp 5) type 6) MVCC version 7) value Uniqueness is determined by the combination of row, column family, column qualifier, timestamp, and type. |
Stoppable
Implementers are Stoppable.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.