Home
last modified time | relevance | path

Searched refs:oneShotCell (Results 1 – 1 of 1) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/
H A DTestPartialResultsFromClientSide.java283 Cell oneShotCell = oneShotCells[cell]; in testOrderingOfCellsInPartialResults() local
286 assertTrue("One shot cell was null", oneShotCell != null); in testOrderingOfCellsInPartialResults()
288 assertTrue("Cell differs. oneShotCell:" + oneShotCell + " partialCell:" + partialCell, in testOrderingOfCellsInPartialResults()
289 oneShotCell.equals(partialCell)); in testOrderingOfCellsInPartialResults()