public static class TableSnapshotInputFormat.TableSnapshotRegionSplit
extends InputSplit
| Constructor and Description |
|---|
TableSnapshotRegionSplit() |
TableSnapshotRegionSplit(HTableDescriptor htd,
HRegionInfo regionInfo,
List<String> locations) |
TableSnapshotRegionSplit(TableSnapshotInputFormatImpl.InputSplit delegate) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLength() |
String[] |
getLocations() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public TableSnapshotRegionSplit()
public TableSnapshotRegionSplit(TableSnapshotInputFormatImpl.InputSplit delegate)
public TableSnapshotRegionSplit(HTableDescriptor htd, HRegionInfo regionInfo, List<String> locations)
public long getLength()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic String[] getLocations() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void write(DataOutput out) throws IOException
IOExceptionpublic void readFields(DataInput in) throws IOException
IOException