MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / setDeleteAtTimestampOnly

Method setDeleteAtTimestampOnly

src/DeleteRequest.java:429–431  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 1

Calls

no outgoing calls

Tested by 1