public class TableInputSplit extends LocatableInputSplit
| Constructor and Description |
|---|
TableInputSplit()
Default constructor for serialization/deserialization.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEndRow()
Returns the end row.
|
byte[] |
getStartRow()
Returns the start row.
|
byte[] |
getTableName()
Returns the table name.
|
void |
read(DataInput in) |
void |
write(DataOutput out) |
getHostnames, getSplitNumberpublic TableInputSplit()
public byte[] getTableName()
public byte[] getStartRow()
public byte[] getEndRow()
public void write(DataOutput out) throws IOException
write in interface IOReadableWritablewrite in class LocatableInputSplitIOExceptionpublic void read(DataInput in) throws IOException
read in interface IOReadableWritableread in class LocatableInputSplitIOExceptionCopyright © 2013–2014. All rights reserved.