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

Packages that use org.apache.hadoop.hbase.regionserver.wal
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.constraint Restrict the domain of a data attribute, often times to fulfill business rules/requirements. 
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 
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 Multi Cluster Replication 
org.apache.hadoop.hbase.replication.regionserver   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.util   
 

Classes in org.apache.hadoop.hbase.regionserver.wal used by org.apache.hadoop.hbase.client
FailedLogCloseException
          Thrown when we fail close of the write-ahead-log file.
 

Classes in org.apache.hadoop.hbase.regionserver.wal used by org.apache.hadoop.hbase.constraint
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.coprocessor
HLog
           
HLogKey
          A Key for an entry in the change log.
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.mapreduce
HLogKey
          A Key for an entry in the change log.
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.protobuf
HLog.Entry
          Utility class that lets us keep track of the edit with it's key.
 

Classes in org.apache.hadoop.hbase.regionserver.wal used by org.apache.hadoop.hbase.regionserver
HLog
           
HLogKey
          A Key for an entry in the change log.
HLogSplitter.MutationReplay
          A struct used by getMutationsFromWALEntry
WALActionsListener
          Get notification of FSHLog/WAL log events.
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.regionserver.wal
FailedLogCloseException
          Thrown when we fail close of the write-ahead-log file.
HLog
           
HLog.Entry
          Utility class that lets us keep track of the edit with it's key.
HLog.Reader
           
HLog.Writer
           
HLogKey
          A Key for an entry in the change log.
HLogSplitter.MutationReplay
          A struct used by getMutationsFromWALEntry
MetricsEditsReplaySource
          Interface of the source that will export metrics about log replay statistics when recovering a region server in distributedLogReplay mode
MetricsWALSource
          Interface of the source that will export metrics about the region server's HLog.
ProtobufLogReader
          A Protobuf based WAL has the following structure:
ProtobufLogWriter
          Writer for protobuf-based WAL.
ReaderBase
           
WALActionsListener
          Get notification of FSHLog/WAL log events.
WALCellCodec
          Compression in this class is lifted off Compressor/KeyValueCompression.
WALCellCodec.ByteStringCompressor
           
WALCellCodec.ByteStringUncompressor
           
WALCoprocessorHost
          Implements the coprocessor environment and runtime support for coprocessors loaded within a FSHLog.
WALEdit
          WALEdit: Used in HBase's transaction log (WAL) to represent the collection of edits (KeyValue objects) corresponding to a single transaction.
WriterBase
          Context used by our wal dictionary compressor.
 

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

Classes in org.apache.hadoop.hbase.regionserver.wal used by org.apache.hadoop.hbase.replication.regionserver
HLog.Entry
          Utility class that lets us keep track of the edit with it's key.
HLog.Reader
           
HLogKey
          A Key for an entry in the change log.
WALActionsListener
          Get notification of FSHLog/WAL log events.
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.security.access
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
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.