@return The sample interval in milliseconds.
()
| 174 | |
| 175 | /** @return The sample interval in milliseconds. */ |
| 176 | public long getSampleIntervalInMS() { |
| 177 | return sample_interval_ms; |
| 178 | } |
| 179 | |
| 180 | /** |
| 181 | * Tells whether the current rollup query sampling rate is lower than the |