|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |