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 ProtobufLogWriter
          Writer for protobuf-based WAL.
 class SecureProtobufLogWriter
           
 class WriterBase
          Context used by our wal dictionary compressor.
 

Methods in org.apache.hadoop.hbase.regionserver.wal that return HLog.Writer
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 © 2015 The Apache Software Foundation. All rights reserved.