Interface ConstraintCheckingTransaction

    • Method Detail

      • getIgnoringLocalWrites

        Map<Cell,​byte[]> getIgnoringLocalWrites​(TableReference tableRef,
                                                      Set<Cell> cells)
        Returns the cell values in the key-value service, ignoring the cache of local writes.
      • getRowsIgnoringLocalWrites

        SortedMap<byte[],​RowResult<byte[]>> getRowsIgnoringLocalWrites​(TableReference tableRef,
                                                                             Iterable<byte[]> rows)
        Returns the row result values in the key-value service, ignoring the cache of local writes.