Uses of Package
org.apache.hadoop.hbase.regionserver.wal

Packages that use org.apache.hadoop.hbase.regionserver.wal
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.wal   
org.apache.hadoop.hbase.replication.regionserver   
org.apache.hadoop.hbase.util   
 

Classes in org.apache.hadoop.hbase.regionserver.wal used by org.apache.hadoop.hbase.ipc
HLog.Entry
          Utility class that lets us keep track of the edit with it's key Only used when splitting logs
 

Classes in org.apache.hadoop.hbase.regionserver.wal used by org.apache.hadoop.hbase.regionserver
HLog
          HLog stores all the edits to the HStore.
HLog.Entry
          Utility class that lets us keep track of the edit with it's key Only used when splitting logs
 

Classes in org.apache.hadoop.hbase.regionserver.wal used by org.apache.hadoop.hbase.regionserver.wal
FailedLogCloseException
          Thrown when we fail close of the write-ahead-log file.
HLog.Entry
          Utility class that lets us keep track of the edit with it's key Only used when splitting logs
HLog.Reader
           
HLog.Writer
           
HLogKey
          A Key for an entry in the change log.
LogActionsListener
          Interface that defines all actions that can be listened to coming from the HLog.
LogEntryVisitor
           
LogRollListener
          Mechanism by which the HLog requests a log roll
WALEdit
          WALEdit: Used in HBase's transaction log (WAL) to represent the collection of edits (KeyValue objects) corresponding to a single transaction.
 

Classes in org.apache.hadoop.hbase.regionserver.wal used by org.apache.hadoop.hbase.replication.regionserver
HLog
          HLog stores all the edits to the HStore.
HLog.Entry
          Utility class that lets us keep track of the edit with it's key Only used when splitting logs
HLogKey
          A Key for an entry in the change log.
LogActionsListener
          Interface that defines all actions that can be listened to coming from the HLog.
LogEntryVisitor
           
WALEdit
          WALEdit: Used in HBase's transaction log (WAL) to represent the collection of edits (KeyValue objects) corresponding to a single transaction.
 

Classes in org.apache.hadoop.hbase.regionserver.wal used by org.apache.hadoop.hbase.util
HLog
          HLog stores all the edits to the HStore.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.