Uses of Class
com.google.cloud.bigtable.data.v2.models.RowCell
Packages that use RowCell
-
Uses of RowCell in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return RowCellModifier and TypeMethodDescriptionstatic RowCellRowCell.create(String family, com.google.protobuf.ByteString qualifier, long timestamp, List<String> labels, com.google.protobuf.ByteString value) Creates a new instance of theRowCell.Methods in com.google.cloud.bigtable.data.v2.models that return types with arguments of type RowCellModifier and TypeMethodDescriptionstatic Comparator<RowCell>RowCell.compareByNative()A comparator that compares the cells by Bigtable native ordering: Family lexicographically ascending Qualifier lexicographically ascending Timestamp in reverse chronological orderRow.getCells()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.Method parameters in com.google.cloud.bigtable.data.v2.models with type arguments of type RowCell