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

Method getStartTime

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

Returns the start time of the graph. @return A strictly positive integer. @throws IllegalStateException if #setStartTime(long) was never called on this instance before.

()

Source from the content-addressed store, hash-verified

44 * called on this instance before.
45 */
46 long getStartTime();
47
48 /**
49 * Sets the end time of the graph.

Callers 15

setStartTimeMethod · 0.65
setStartTimeMethod · 0.65
getStartTimeNotSetMethod · 0.65
splitMethod · 0.65
getAnnotationMethod · 0.65
getAnnotationSaltedMethod · 0.65
getAnnotationGlobalMethod · 0.65

Implementers 1

AbstractQuerysrc/core/AbstractQuery.java

Calls

no outgoing calls

Tested by 12

setStartTimeMethod · 0.52
setStartTimeMethod · 0.52
getStartTimeNotSetMethod · 0.52
splitMethod · 0.52
getAnnotationMethod · 0.52
getAnnotationSaltedMethod · 0.52
getAnnotationGlobalMethod · 0.52