MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / setDelete

Method setDelete

src/core/TSQuery.java:486–488  ·  view source on GitHub ↗

@param delete whether or not to delete the queried data @since 2.2

(boolean delete)

Source from the content-addressed store, hash-verified

484
485 /** @param delete whether or not to delete the queried data @since 2.2 */
486 public void setDelete(boolean delete) {
487 this.delete = delete;
488 }
489
490 /** @param use_calendar a flag denoting whether or not to align intervals
491 * based on the calendar @since 2.3 */

Callers 1

handleQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected