Methods in org.apache.hadoop.hbase.regionserver.wal that return HLog.Writer |
static HLog.Writer |
HLog.createWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf)
Get 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. |
protected HLog.Writer |
HLog.createWriterInstance(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.conf.Configuration conf)
This method allows subclasses to inject different writers without having to
extend other methods like rollWriter(). |