Class RowCell

    • Constructor Detail

      • RowCell

        public RowCell()
    • Method Detail

      • compareByNative

        public static Comparator<RowCell> compareByNative()
        A comparator that compares the cells by Bigtable native ordering:
        • Family lexicographically ascending
        • Qualifier lexicographically ascending
        • Timestamp in reverse chronological order

        Labels and values are not included in the comparison.

      • getFamily

        @Nonnull
        public abstract String getFamily()
        The cell's family
      • getQualifier

        @Nonnull
        public abstract com.google.protobuf.ByteString getQualifier()
        The cell's qualifier (column name)
      • getTimestamp

        public abstract long getTimestamp()
        The timestamp of the cell
      • getValue

        @Nonnull
        public abstract com.google.protobuf.ByteString getValue()
        The value of the cell