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

Packages that use HLog.Writer
org.apache.hadoop.hbase.regionserver.wal   
 

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

Classes in org.apache.hadoop.hbase.regionserver.wal that implement HLog.Writer
 class SequenceFileLogWriter
          Implementation of HLog.Writer that delegates to SequenceFile.Writer.
 

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().
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.