Uses of Class
org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit

Packages that use TableSnapshotInputFormatImpl.InputSplit
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
 

Uses of TableSnapshotInputFormatImpl.InputSplit in org.apache.hadoop.hbase.mapred
 

Constructors in org.apache.hadoop.hbase.mapred with parameters of type TableSnapshotInputFormatImpl.InputSplit
TableSnapshotInputFormat.TableSnapshotRegionSplit(TableSnapshotInputFormatImpl.InputSplit delegate)
           
 

Uses of TableSnapshotInputFormatImpl.InputSplit in org.apache.hadoop.hbase.mapreduce
 

Methods in org.apache.hadoop.hbase.mapreduce that return types with arguments of type TableSnapshotInputFormatImpl.InputSplit
static List<TableSnapshotInputFormatImpl.InputSplit> TableSnapshotInputFormatImpl.getSplits(org.apache.hadoop.conf.Configuration conf)
           
 List<TableSnapshotInputFormatImpl.InputSplit> MultiTableSnapshotInputFormatImpl.getSplits(org.apache.hadoop.conf.Configuration conf)
          Return the list of splits extracted from the scans/snapshots pushed to conf by MultiTableSnapshotInputFormatImpl.setInput(org.apache.hadoop.conf.Configuration, java.util.Map, org.apache.hadoop.fs.Path)
static List<TableSnapshotInputFormatImpl.InputSplit> TableSnapshotInputFormatImpl.getSplits(Scan scan, SnapshotManifest manifest, List<HRegionInfo> regionManifests, org.apache.hadoop.fs.Path restoreDir, org.apache.hadoop.conf.Configuration conf)
           
 

Methods in org.apache.hadoop.hbase.mapreduce with parameters of type TableSnapshotInputFormatImpl.InputSplit
 void TableSnapshotInputFormatImpl.RecordReader.initialize(TableSnapshotInputFormatImpl.InputSplit split, org.apache.hadoop.conf.Configuration conf)
           
 

Constructors in org.apache.hadoop.hbase.mapreduce with parameters of type TableSnapshotInputFormatImpl.InputSplit
TableSnapshotInputFormat.TableSnapshotRegionSplit(TableSnapshotInputFormatImpl.InputSplit delegate)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.