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

Method setStartTime

src/core/Query.java:38–38  ·  view source on GitHub ↗

Sets the start time of the graph. @param timestamp The start time, all the data points returned will have a timestamp greater than or equal to this one. @throws IllegalArgumentException if timestamp is less than or equal to 0, or if it can't fit on 32 bits. @throws IllegalArgumentException if {@code

(long timestamp)

Source from the content-addressed store, hash-verified

36 * {@code timestamp >= }{@link #getEndTime getEndTime}.
37 */
38 void setStartTime(long timestamp);
39
40 /**
41 * Returns the start time of the graph.

Implementers 1

AbstractQuerysrc/core/AbstractQuery.java

Calls

no outgoing calls