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

Method setEnd

src/core/TSQuery.java:426–428  ·  view source on GitHub ↗

Optionally sets the end time for all queries. If not set, the current system time will be used. This can be an absolute or relative value. See DateTime#parseDateTimeString for details. @param end An end time from the user

(String end)

Source from the content-addressed store, hash-verified

424 * @param end An end time from the user
425 */
426 public void setEnd(String end) {
427 this.end = end;
428 }
429
430 /** @param timezone an optional timezone for date parsing */
431 public void setTimezone(String timezone) {

Calls

no outgoing calls