MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / fallback

Method fallback

src/core/TsdbQuery.java:228–230  ·  view source on GitHub ↗

Whether to fallback to next best match or raw @return true means fall back else false

()

Source from the content-addressed store, hash-verified

226 * @return true means fall back else false
227 */
228 public boolean fallback() {
229 return this == ROLLUP_FALLBACK || this == ROLLUP_FALLBACK_RAW;
230 }
231 }
232
233 /** Constructor. */

Callers 1

runAsyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected