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

Packages that use org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit
Package
Description
Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility methods.
  • Uses of org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit in org.apache.hadoop.hbase.mapred

    Constructors in org.apache.hadoop.hbase.mapred with parameters of type org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit in in
    Modifier
    Constructor
    Description
     
    TableSnapshotRegionSplit(org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit delegate)
     
  • Uses of org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit in org.apache.hadoop.hbase.mapreduce

    Methods in org.apache.hadoop.hbase.mapreduce that return types with arguments of type org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit in in
    Modifier and Type
    Method
    Description
    List<org.apache.hadoop.hbase.mapreduce.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(Configuration, Map, Path)
    static List<org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit>
    TableSnapshotInputFormatImpl.getSplits(org.apache.hadoop.conf.Configuration conf)
     
    static List<org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit>
    TableSnapshotInputFormatImpl.getSplits(org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.snapshot.SnapshotManifest manifest, List<org.apache.hadoop.hbase.HRegionInfo> regionManifests, org.apache.hadoop.fs.Path restoreDir, org.apache.hadoop.conf.Configuration conf)
     
    static List<org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit>
    TableSnapshotInputFormatImpl.getSplits(org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.snapshot.SnapshotManifest manifest, List<org.apache.hadoop.hbase.HRegionInfo> regionManifests, org.apache.hadoop.fs.Path restoreDir, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm sa, int numSplits)
     
    Methods in org.apache.hadoop.hbase.mapreduce with parameters of type org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit in in
    Modifier and Type
    Method
    Description
    void
    TableSnapshotInputFormatImpl.RecordReader.initialize(org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit split, org.apache.hadoop.conf.Configuration conf)
     
    Constructors in org.apache.hadoop.hbase.mapreduce with parameters of type org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit in in
    Modifier
    Constructor
    Description
     
    TableSnapshotRegionSplit(org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit delegate)