Uses of Interface
org.apache.hadoop.hbase.regionserver.wal.HLog.Reader

Packages that use HLog.Reader
org.apache.hadoop.hbase.regionserver.wal   
org.apache.hadoop.hbase.replication.regionserver   
 

Uses of HLog.Reader in org.apache.hadoop.hbase.regionserver.wal
 

Classes in org.apache.hadoop.hbase.regionserver.wal that implement HLog.Reader
 class ProtobufLogReader
          A Protobuf based WAL has the following structure:
 class ReaderBase
           
 class SecureProtobufLogReader
           
 class SequenceFileLogReader
           
 

Methods in org.apache.hadoop.hbase.regionserver.wal that return HLog.Reader
static HLog.Reader HLogFactory.createReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf)
           
static HLog.Reader HLogFactory.createReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf, CancelableProgressable reporter)
          Create a reader for the WAL.
static HLog.Reader HLogFactory.createReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, org.apache.hadoop.conf.Configuration conf, CancelableProgressable reporter, boolean allowCustom)
           
protected  HLog.Reader HLogSplitter.getReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.FileStatus file, org.apache.hadoop.conf.Configuration conf, boolean skipErrors, CancelableProgressable reporter)
          Create a new HLog.Reader for reading logs to split.
protected  HLog.Reader HLogSplitter.getReader(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path curLogFile, org.apache.hadoop.conf.Configuration conf, CancelableProgressable reporter)
          Create a new HLog.Reader for reading logs to split.
 

Uses of HLog.Reader in org.apache.hadoop.hbase.replication.regionserver
 

Methods in org.apache.hadoop.hbase.replication.regionserver that return HLog.Reader
 HLog.Reader ReplicationHLogReaderManager.openReader(org.apache.hadoop.fs.Path path)
          Opens the file at the current position
 



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