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

Method setMsResolution

src/core/TSQuery.java:466–468  ·  view source on GitHub ↗

@param ms_resolution whether or not the user wants millisecond resolution

(boolean ms_resolution)

Source from the content-addressed store, hash-verified

464
465 /** @param ms_resolution whether or not the user wants millisecond resolution */
466 public void setMsResolution(boolean ms_resolution) {
467 this.ms_resolution = ms_resolution;
468 }
469
470 /** @param show_query whether or not to show the query with the serialization */
471 public void setShowQuery(boolean show_query) {

Callers 3

mainMethod · 0.95
parseQueryMethod · 0.95

Calls

no outgoing calls

Tested by 1