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
-
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. UseCOMPARATOR
insteadCompare this row to another row.- Specified by:
compareTo
in interfaceComparable<Row>
-