From e5a31de00dade53edc2e2860445f2f14c5748aeb Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 22 Mar 2016 12:50:51 -0700 Subject: [PATCH] HBASE-15447 Improve javadocs description for Delete methods { *

* If no further operations are done, this will delete everything * associated with the specified row (all versions of all columns in all - * families). + * families), with timestamp from current point in time to the past. + * Cells defining timestamp for a future point in time + * (timestamp > current time) will not be deleted. * @param row row key */ public Delete(byte [] row) { -- 2.6.4 (Apple Git-63)