Package | Description |
---|---|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.io.hfile |
Provides the hbase data+index+metadata file.
|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.metrics |
Modifier and Type | Class and Description |
---|---|
class |
HalfStoreFileReader
A facade for a
HFile.Reader that serves up
either the top or bottom half of a HFile where 'bottom' is the first half
of the file containing the keys that sort lowest and 'top' is the second half
of the file with keys that sort greater than those of the bottom half. |
Modifier and Type | Interface and Description |
---|---|
static interface |
HFile.Reader
An interface used by clients to open and iterate an
HFile . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHFileReader
Common functionality needed by all versions of
HFile readers. |
class |
AbstractHFileWriter
Common functionality needed by all versions of
HFile writers. |
class |
HFileBlock
Reading
HFile version 1 and 2 blocks, and writing version 2 blocks. |
static class |
HFileBlockIndex.BlockIndexWriter
Writes the block index into the output stream.
|
class |
HFileReaderV1
HFile reader for version 1. |
class |
HFileReaderV2
HFile reader for version 2. |
class |
HFileWriterV1
Writes version 1 HFiles.
|
class |
HFileWriterV2
Writes HFile format version 2.
|
Modifier and Type | Class and Description |
---|---|
class |
Store
A Store holds a column family in a Region.
|
class |
StoreFile
A Store data file.
|
static class |
StoreFile.Reader
Reader for a StoreFile.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaConfigured
A base class for objects that are associated with a particular table and
column family.
|
Constructor and Description |
---|
SchemaConfigured(SchemaMetrics.SchemaAware that) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.