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