Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenTSDB/opentsdb
/ setDelete
Method
setDelete
src/core/TsdbQuery.java:321–324 ·
view source on GitHub ↗
(boolean delete)
Source
from the content-addressed store, hash-verified
319
}
320
321
@Override
322
public
void
setDelete(boolean delete) {
323
this.delete = delete;
324
}
325
326
@Override
327
public
boolean getDelete() {
Callers
1
configureFromQuery
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected