Home
last modified time | relevance | path

Searched refs:has_next_value_from_source (Results 1 – 1 of 1) sorted by relevance

/dports/databases/opentsdb/opentsdb-2.3.0/src/core/
H A DDownsampler.java219 private boolean has_next_value_from_source = false; field in Downsampler.ValuesInInterval
271 has_next_value_from_source = true; in moveToNextValue()
281 has_next_value_from_source = false; in moveToNextValue()
286 has_next_value_from_source = false; in moveToNextValue()
292 has_next_value_from_source = false; in moveToNextValue()
301 if (has_next_value_from_source && !run_all) { in resetEndOfInterval()
379 return has_next_value_from_source; in hasNextValue()
381 return has_next_value_from_source && in hasNextValue()
402 .append(has_next_value_from_source) in toString()
407 if (has_next_value_from_source) { in toString()