-
RowCell.create(String family,
com.google.protobuf.ByteString qualifier,
long timestamp,
List<String> labels,
com.google.protobuf.ByteString value)
Creates a new instance of the
RowCell
.
A comparator that compares the cells by Bigtable native ordering:
Family lexicographically ascending
Qualifier lexicographically ascending
Timestamp in reverse chronological order
Returns a sorted list of cells.
Returns a sublist of the cells that belong to the specified family.
Returns a sublist of the cells that belong to the specified family and qualifier.
Returns a sublist of the cells that belong to the specified family and qualifier.
Creates a new instance of the
Row
.