Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver.wal | |
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
ProtobufLogReader
A Protobuf based WAL has the following structure:
|
class |
ReaderBase |
class |
SecureProtobufLogReader |
class |
SequenceFileLogReader |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
HLog.Reader |
ReplicationHLogReaderManager.openReader(org.apache.hadoop.fs.Path path)
Opens the file at the current position
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.