public final class BasicTableStatus
extends java.lang.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(java.io.DataInput in) |
void |
write(java.io.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(java.io.DataInput in) throws java.io.IOException
readFields
in interface org.apache.hadoop.io.Writable
java.io.IOException
Writable.readFields(DataInput)
public void write(java.io.DataOutput out) throws java.io.IOException
write
in interface org.apache.hadoop.io.Writable
java.io.IOException
Writable.write(DataOutput)
Copyright © 2007-2012 The Apache Software Foundation