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

Method getTimezone

src/core/TSQuery.java:339–341  ·  view source on GitHub ↗

@return the user supplied timezone

()

Source from the content-addressed store, hash-verified

337
338 /** @return the user supplied timezone */
339 public String getTimezone() {
340 return timezone;
341 }
342
343 /** @return a map of serializer options */
344 public Map<String, ArrayList<String>> getOptions() {

Callers 8

validateMethod · 0.95
validateWithTimezoneMethod · 0.95
initializeIfNotDoneMethod · 0.45
seekIntervalMethod · 0.45
initializeIfNotDoneMethod · 0.45
seekIntervalMethod · 0.45
FillingDownsamplerMethod · 0.45

Calls

no outgoing calls

Tested by 3

validateMethod · 0.76
validateWithTimezoneMethod · 0.76