HBASE-22243 Removed deprecated method in Result

This commit is contained in:
Sayed Anisul Hoque 2019-04-15 14:11:14 +02:00 committed by Jan Hentschel
parent 7d1399caa7
commit 88de644736
1 changed files with 0 additions and 10 deletions

View File

@ -923,16 +923,6 @@ public class Result implements CellScannable, CellScanner {
return stale;
}
/**
* @deprecated the word 'partial' ambiguous, use {@link #mayHaveMoreCellsInRow()} instead.
* Deprecated since 1.4.0.
* @see #mayHaveMoreCellsInRow()
*/
@Deprecated
public boolean isPartial() {
return mayHaveMoreCellsInRow;
}
/**
* For scanning large rows, the RS may choose to return the cells chunk by chunk to prevent OOM
* or timeout. This flag is used to tell you if the current Result is the last one of the current