Deletes only the cell value with the timestamp specified in the constructor. Only applicable when qualifier(s) is also specified. @since 1.5
(final boolean at_timestamp_only)
| 427 | * @since 1.5 |
| 428 | */ |
| 429 | public void setDeleteAtTimestampOnly(final boolean at_timestamp_only) { |
| 430 | this.at_timestamp_only = at_timestamp_only; |
| 431 | } |
| 432 | |
| 433 | /** |
| 434 | * Returns whether to only delete the cell value at the timestamp. |
no outgoing calls