Uses of Package
org.apache.hadoop.hbase.wal
Package
Description
Table of Contents
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Multi Cluster Replication
-
-
-
ClassDescriptionRuns periodically to determine if the WAL should be rolled.A Write Ahead Log (WAL) provides service for reading, writing waledits.Used in HBase's transaction log (WAL) to represent a collection of edits (Cell/KeyValue objects) that came in as a single transaction.Entry point for users of the Write Ahead Log.Key for WAL Entry.A struct used by getMutationsFromWALEntry
-
ClassDescriptionA Write Ahead Log (WAL) provides service for reading, writing waledits.Utility class that lets us keep track of the edit with it's key.Used in HBase's transaction log (WAL) to represent a collection of edits (Cell/KeyValue objects) that came in as a single transaction.Key for WAL Entry.Default implementation of Key for an Entry in the WAL.A one way WAL reader, without reset and seek support.A WAL reader which is designed for be able to tailing the WAL file which is currently being written.
-
ClassDescriptionUtility class that lets us keep track of the edit with it's key.Entry point for users of the Write Ahead Log.
-
ClassDescriptionBase class of a WAL Provider that returns a single thread safe WAL that writes to Hadoop FS.Independently control the roll of each wal.Class which accumulates edits and separates them into a buffer per region while simultaneously accounting RAM usage.A buffer of some number of edits for a given region.The following class is an abstraction class to provide a common interface to support different ways of consuming recovered edits.Map identifiers to a group number.A Write Ahead Log (WAL) provides service for reading, writing waledits.Utility class that lets us keep track of the edit with it's key.Used in HBase's transaction log (WAL) to represent a collection of edits (Cell/KeyValue objects) that came in as a single transaction.Entry point for users of the Write Ahead Log.Key for WAL Entry.Default implementation of Key for an Entry in the WAL.The Write Ahead Log (WAL) stores all durable edits to the HRegion.Split RegionServer WAL files.Contains some methods to control WAL-entries producer / consumer interactionsA struct used by getMutationsFromWALEntryA one way WAL reader, without reset and seek support.A WAL reader which is designed for be able to tailing the WAL file which is currently being written.