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

Method setType

src/search/SearchQuery.java:234–236  ·  view source on GitHub ↗

@param type The type of query to execute

(SearchType type)

Source from the content-addressed store, hash-verified

232
233 /** @param type The type of query to execute */
234 public void setType(SearchType type) {
235 this.type = type;
236 }
237
238 /** @param query The query to execute */
239 public void setQuery(String query) {

Callers 2

lookupMethod · 0.95
executeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected