|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.zebra.io.BasicTableStatus
public final class BasicTableStatus
Status of a BasicTable. The status may be reported under some projection. Projection is needed because the size of a BasicTable may be affected by the projection.
Constructor Summary | |
---|---|
BasicTableStatus()
|
Method Summary | |
---|---|
org.apache.hadoop.io.BytesWritable |
getBeginKey()
Get the begin key. |
org.apache.hadoop.io.BytesWritable |
getEndKey()
Get the end key. |
long |
getRows()
Get the # of rows of the BasicTable. |
long |
getSize()
Get the size in bytes of the BasicTable. |
void |
readFields(DataInput in)
|
void |
write(DataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicTableStatus()
Method Detail |
---|
public org.apache.hadoop.io.BytesWritable getBeginKey()
public org.apache.hadoop.io.BytesWritable getEndKey()
public long getSize()
public long getRows()
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
Writable.readFields(DataInput)
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
Writable.write(DataOutput)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |