MCPcopy
hub / github.com/OpenTSDB/opentsdb / setEndTime

Method setEndTime

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

Sets the end time of the graph. @param timestamp The end time, all the data points returned will have a timestamp less 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 timest

(long timestamp)

Source from the content-addressed store, hash-verified

55 * {@code timestamp <= }{@link #getStartTime getStartTime}.
56 */
57 void setEndTime(long timestamp);
58
59 /**
60 * Returns the end time of the graph.

Implementers 1

AbstractQuerysrc/core/AbstractQuery.java

Calls

no outgoing calls