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

Method getStart

src/core/TSQuery.java:329–331  ·  view source on GitHub ↗

@return the user given, raw start time

()

Source from the content-addressed store, hash-verified

327
328 /** @return the user given, raw start time */
329 public String getStart() {
330 return start;
331 }
332
333 /** @return the user given, raw end time */
334 public String getEnd() {

Calls

no outgoing calls

Tested by 9

parseQueryMTypeMethod · 0.76
parseQueryTSUIDTypeMethod · 0.76
parseQuery2TSUIDTypeMethod · 0.76