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

Method setUseCalendar

src/core/TSQuery.java:492–494  ·  view source on GitHub ↗

@param use_calendar a flag denoting whether or not to align intervals based on the calendar @since 2.3

(boolean use_calendar)

Source from the content-addressed store, hash-verified

490 /** @param use_calendar a flag denoting whether or not to align intervals
491 * based on the calendar @since 2.3 */
492 public void setUseCalendar(boolean use_calendar) {
493 this.use_calendar = use_calendar;
494 }
495
496 /** @param query_stats the query stats object to associate with this query */
497 public void setQueryStats(final QueryStats query_stats) {

Calls

no outgoing calls