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

Method setStartIndex

src/search/SearchQuery.java:264–266  ·  view source on GitHub ↗

@param start_index Used for paging through a result set, starts at 0

(int start_index)

Source from the content-addressed store, hash-verified

262
263 /** @param start_index Used for paging through a result set, starts at 0 */
264 public void setStartIndex(int start_index) {
265 this.start_index = start_index;
266 }
267
268 /** @param total_results The total number of results matched on the query */
269 public void setTotalResults(int total_results) {

Callers 1

parseQueryStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected