MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / getTime

Method getTime

src/query/pojo/Query.java:71–73  ·  view source on GitHub ↗

@return the timespan component of the query

()

Source from the content-addressed store, hash-verified

69
70 /** @return the timespan component of the query */
71 public Timespan getTime() {
72 return time;
73 }
74
75 /** @return a list of filters */
76 public List<Filter> getFilters() {

Callers 7

loadContentMethod · 0.45
parseDateTimeStringMethod · 0.45
QueryExecutorMethod · 0.45
parseMethod · 0.45
onClickMethod · 0.45
refreshGraphMethod · 0.45
endSelectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected