|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.mapred.TableSplit
@Deprecated public class TableSplit
A table split corresponds to a key range [low, high)
| Constructor Summary | |
|---|---|
TableSplit()
Deprecated. default constructor |
|
TableSplit(byte[] tableName,
byte[] startRow,
byte[] endRow,
java.lang.String location)
Deprecated. Constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(TableSplit o)
Deprecated. |
byte[] |
getEndRow()
Deprecated. |
long |
getLength()
Deprecated. |
java.lang.String[] |
getLocations()
Deprecated. |
java.lang.String |
getRegionLocation()
Deprecated. |
byte[] |
getStartRow()
Deprecated. |
byte[] |
getTableName()
Deprecated. |
void |
readFields(java.io.DataInput in)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
void |
write(java.io.DataOutput out)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableSplit()
public TableSplit(byte[] tableName,
byte[] startRow,
byte[] endRow,
java.lang.String location)
tableName - startRow - endRow - location - | Method Detail |
|---|
public byte[] getTableName()
public byte[] getStartRow()
public byte[] getEndRow()
public java.lang.String getRegionLocation()
public java.lang.String[] getLocations()
getLocations in interface org.apache.hadoop.mapred.InputSplitpublic long getLength()
getLength in interface org.apache.hadoop.mapred.InputSplit
public void readFields(java.io.DataInput in)
throws java.io.IOException
readFields in interface org.apache.hadoop.io.Writablejava.io.IOException
public void write(java.io.DataOutput out)
throws java.io.IOException
write in interface org.apache.hadoop.io.Writablejava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(TableSplit o)
compareTo in interface java.lang.Comparable<TableSplit>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||