Uses of Class
org.apache.hadoop.hbase.regionserver.wal.HLogSplitter

Packages that use HLogSplitter
org.apache.hadoop.hbase.regionserver.wal   
 

Uses of HLogSplitter in org.apache.hadoop.hbase.regionserver.wal
 

Methods in org.apache.hadoop.hbase.regionserver.wal that return HLogSplitter
static HLogSplitter HLogSplitter.createLogSplitter(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path rootDir, org.apache.hadoop.fs.Path srcDir, org.apache.hadoop.fs.Path oldLogDir, org.apache.hadoop.fs.FileSystem fs)
          Create a new HLogSplitter using the given Configuration and the hbase.hlog.splitter.impl property to derived the instance class to use.
 



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