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

Method setStart

src/core/TSQuery.java:416–418  ·  view source on GitHub ↗

Sets the start time for further parsing. This can be an absolute or relative value. See DateTime#parseDateTimeString for details. @param start A start time from the user

(String start)

Source from the content-addressed store, hash-verified

414 * @param start A start time from the user
415 */
416 public void setStart(String start) {
417 this.start = start;
418 }
419
420 /**
421 * Optionally sets the end time for all queries. If not set, the current

Calls

no outgoing calls