public final class BasicTableStatus extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
BasicTableStatus() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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.WritableIOExceptionWritable.readFields(DataInput)public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionWritable.write(DataOutput)Copyright © 2007-2012 The Apache Software Foundation