org.apache.hadoop.hbase.client
Interface Row

All Superinterfaces:
Comparable<Row>
All Known Implementing Classes:
Append, Delete, Get, Increment, Mutation, Put, RegionCoprocessorServiceExec, RowMutations

@InterfaceAudience.Public
@InterfaceStability.Stable
public interface Row
extends Comparable<Row>

Has a row.


Method Summary
 byte[] getRow()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getRow

byte[] getRow()
Returns:
The row.


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