|
||||||||||
| 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,
String location)
Deprecated. Constructor |
|
| Method Summary | |
|---|---|
int |
compareTo(TableSplit o)
Deprecated. |
byte[] |
getEndRow()
Deprecated. |
long |
getLength()
Deprecated. |
String[] |
getLocations()
Deprecated. |
String |
getRegionLocation()
Deprecated. |
byte[] |
getStartRow()
Deprecated. |
byte[] |
getTableName()
Deprecated. |
void |
readFields(DataInput in)
Deprecated. |
String |
toString()
Deprecated. |
void |
write(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,
String location)
tableName - startRow - endRow - location - | Method Detail |
|---|
public byte[] getTableName()
public byte[] getStartRow()
public byte[] getEndRow()
public String getRegionLocation()
public String[] getLocations()
getLocations in interface org.apache.hadoop.mapred.InputSplitpublic long getLength()
getLength in interface org.apache.hadoop.mapred.InputSplit
public void readFields(DataInput in)
throws IOException
readFields in interface org.apache.hadoop.io.WritableIOException
public void write(DataOutput out)
throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic String toString()
toString in class Objectpublic int compareTo(TableSplit o)
compareTo in interface Comparable<TableSplit>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||