Interface Row

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

@Public public interface Row extends Comparable<Row>
Has a row.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Comparator<Row>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compareTo(Row var1)
    Deprecated.
    As of release 2.0.0, this will be removed in HBase 3.0.0.
    byte[]
    Returns The row.