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

Method setUseMeta

src/search/SearchQuery.java:254–256  ·  view source on GitHub ↗

@param use_meta Whether or not to use the data or meta table for lookups

(boolean use_meta)

Source from the content-addressed store, hash-verified

252
253 /** @param use_meta Whether or not to use the data or meta table for lookups */
254 public void setUseMeta(boolean use_meta) {
255 this.use_meta = use_meta;
256 }
257
258 /** @param limit A limit to the number of results to return */
259 public void setLimit(int limit) {

Callers 15

metricOnlyDataMethod · 0.95
metricOnly2DataMethod · 0.95
tagkOnlyDataMethod · 0.95
tagkOnly2DataMethod · 0.95
tagvOnlyDataMethod · 0.95
tagvOnly2DataMethod · 0.95
metricAndTagkDataMethod · 0.95
metricAndTagvDataMethod · 0.95
metricAndTagPairDataMethod · 0.95
tagPairOnlyDataMethod · 0.95
limitVerificationMethod · 0.95

Calls

no outgoing calls

Tested by 13

metricOnlyDataMethod · 0.76
metricOnly2DataMethod · 0.76
tagkOnlyDataMethod · 0.76
tagkOnly2DataMethod · 0.76
tagvOnlyDataMethod · 0.76
tagvOnly2DataMethod · 0.76
metricAndTagkDataMethod · 0.76
metricAndTagvDataMethod · 0.76
metricAndTagPairDataMethod · 0.76
tagPairOnlyDataMethod · 0.76
limitVerificationMethod · 0.76