Package org.apache.hadoop.hbase.client
Interface Row
- All Superinterfaces:
Comparable<Row>
- All Known Implementing Classes:
Append,CheckAndMutate,Delete,Get,Increment,Mutation,Put,RegionCoprocessorServiceExec,RowMutations
Has a row.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
COMPARATOR
-
-
Method Details
-
getRow
byte[] getRow()Returns The row. -
compareTo
Deprecated.As of release 2.0.0, this will be removed in HBase 3.0.0. UseCOMPARATORinsteadCompare this row to another row.- Specified by:
compareToin interfaceComparable<Row>
-