MCPcopy
hub / github.com/OpenTSDB/opentsdb / useMeta

Method useMeta

src/search/SearchQuery.java:201–203  ·  view source on GitHub ↗

@return Whether or not the lookup should be done on the main data table

()

Source from the content-addressed store, hash-verified

199
200 /** @return Whether or not the lookup should be done on the main data table */
201 public boolean useMeta() {
202 return use_meta;
203 }
204
205 /** @return A limit on the number of results returned per query */
206 public int getLimit() {

Callers 5

lookupAsyncMethod · 0.80
callMethod · 0.80
callMethod · 0.80
getScannerMethod · 0.80
getRowKeyRegexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected