Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.wal | |
org.apache.hadoop.hbase.replication | |
org.apache.hadoop.hbase.replication.regionserver | |
org.apache.hadoop.hbase.util | |
org.apache.hadoop.hbase.wal |
Class and Description |
---|
WAL
A Write Ahead Log (WAL) provides service for reading, writing waledits.
|
Class and Description |
---|
WAL
A Write Ahead Log (WAL) provides service for reading, writing waledits.
|
WALKey
A Key for an entry in the change log.
|
Class and Description |
---|
WALKey
A Key for an entry in the change log.
|
Class and Description |
---|
WAL.Entry
Utility class that lets us keep track of the edit with it's key.
|
Class and Description |
---|
WAL
A Write Ahead Log (WAL) provides service for reading, writing waledits.
|
WALFactory
Entry point for users of the Write Ahead Log.
|
WALKey
A Key for an entry in the change log.
|
WALSplitter.MutationReplay
A struct used by getMutationsFromWALEntry
|
Class and Description |
---|
DefaultWALProvider.Reader |
DefaultWALProvider.Writer |
WAL
A Write Ahead Log (WAL) provides service for reading, writing waledits.
|
WAL.Entry
Utility class that lets us keep track of the edit with it's key.
|
WAL.Reader
When outside clients need to consume persisted WALs, they rely on a provided
Reader.
|
WALFactory
Entry point for users of the Write Ahead Log.
|
WALKey
A Key for an entry in the change log.
|
WALPrettyPrinter
WALPrettyPrinter prints the contents of a given WAL with a variety of
options affecting formatting and extent of content.
|
WALProvider.Writer |
Class and Description |
---|
WAL.Entry
Utility class that lets us keep track of the edit with it's key.
|
Class and Description |
---|
WAL.Entry
Utility class that lets us keep track of the edit with it's key.
|
WAL.Reader
When outside clients need to consume persisted WALs, they rely on a provided
Reader.
|
WALKey
A Key for an entry in the change log.
|
Class and Description |
---|
WAL
A Write Ahead Log (WAL) provides service for reading, writing waledits.
|
Class and Description |
---|
DefaultWALProvider.Writer |
FaultyFSLog.FailureType |
TestDefaultWALProvider |
TestWALSplit
Testing
WAL splitting code. |
WAL
A Write Ahead Log (WAL) provides service for reading, writing waledits.
|
WAL.Entry
Utility class that lets us keep track of the edit with it's key.
|
WAL.Reader
When outside clients need to consume persisted WALs, they rely on a provided
Reader.
|
WALFactory
Entry point for users of the Write Ahead Log.
|
WALKey
A Key for an entry in the change log.
|
WALKey.Version |
WALProvider
The Write Ahead Log (WAL) stores all durable edits to the HRegion.
|
WALProvider.Writer |
WALSplitter.EntryBuffers
Class which accumulates edits and separates them into a buffer per region
while simultaneously accounting RAM usage.
|
WALSplitter.MutationReplay
A struct used by getMutationsFromWALEntry
|
WALSplitter.PipelineController
Contains some methods to control WAL-entries producer / consumer interactions
|
WALSplitter.RegionEntryBuffer
A buffer of some number of edits for a given region.
|
WALSplitter.SinkWriter
Class wraps the actual writer which writes data out and related statistics
|
WALSplitter.WriterThread |