org.apache.hadoop.hbase.client
Interface Row

All Superinterfaces:
Comparable<Row>, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable<Row>
All Known Implementing Classes:
Delete, Get, Put

public interface Row
extends org.apache.hadoop.io.WritableComparable<Row>

Has a row.


Method Summary
 byte[] getRow()
           
 
Methods inherited from interface org.apache.hadoop.io.Writable
readFields, write
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getRow

byte[] getRow()
Returns:
The row.


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.