@InterfaceAudience.Public public interface Row extends Comparable<Row>
Modifier and Type | Field and Description |
---|---|
static Comparator<Row> |
COMPARATOR |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Row var1)
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
Use
COMPARATOR instead |
byte[] |
getRow() |
static final Comparator<Row> COMPARATOR
byte[] getRow()
@Deprecated int compareTo(Row var1)
COMPARATOR
insteadcompareTo
in interface Comparable<Row>
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.