Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver.wal |
Modifier and Type | Class and Description |
---|---|
class |
ProtobufLogWriter
Writer for protobuf-based WAL.
|
class |
SecureProtobufLogWriter |
class |
WriterBase
Context used by our wal dictionary compressor.
|
Modifier and Type | Method and Description |
---|---|
static HLog.Writer |
HLogFactory.createRecoveredEditsWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf) |
static HLog.Writer |
HLogFactory.createWALWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf)
Create a writer for the WAL.
|
protected HLog.Writer |
HLogSplitter.createWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path logfile,
org.apache.hadoop.conf.Configuration conf)
Create a new
HLog.Writer for writing log splits. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.