Package | Description |
---|---|
org.apache.hadoop.hbase.mapred |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
Modifier and Type | Field and Description |
---|---|
private TableSnapshotInputFormatImpl.InputSplit |
TableSnapshotInputFormat.TableSnapshotRegionSplit.delegate |
Constructor and Description |
---|
TableSnapshotRegionSplit(TableSnapshotInputFormatImpl.InputSplit delegate) |
Modifier and Type | Field and Description |
---|---|
private TableSnapshotInputFormatImpl.InputSplit |
TableSnapshotInputFormat.TableSnapshotRegionSplit.delegate |
private TableSnapshotInputFormatImpl.InputSplit |
TableSnapshotInputFormatImpl.RecordReader.split |
Modifier and Type | Method and Description |
---|---|
(package private) TableSnapshotInputFormatImpl.InputSplit |
TableSnapshotInputFormat.TableSnapshotRegionSplit.getDelegate() |
Modifier and Type | Method and Description |
---|---|
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(org.apache.hadoop.conf.Configuration conf) |
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) |
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,
RegionSplitter.SplitAlgorithm sa,
int numSplits) |
Modifier and Type | Method and Description |
---|---|
void |
TableSnapshotInputFormatImpl.RecordReader.initialize(TableSnapshotInputFormatImpl.InputSplit split,
org.apache.hadoop.conf.Configuration conf) |
Constructor and Description |
---|
TableSnapshotRegionSplit(TableSnapshotInputFormatImpl.InputSplit delegate) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.