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

Method setLimit

src/search/SearchQuery.java:259–261  ·  view source on GitHub ↗

@param limit A limit to the number of results to return

(int limit)

Source from the content-addressed store, hash-verified

257
258 /** @param limit A limit to the number of results to return */
259 public void setLimit(int limit) {
260 this.limit = limit;
261 }
262
263 /** @param start_index Used for paging through a result set, starts at 0 */
264 public void setStartIndex(int start_index) {

Callers 4

limitVerificationMethod · 0.95
scannerExceptionMethod · 0.95
parseQueryStringMethod · 0.95
assembleUiMethod · 0.80

Calls

no outgoing calls

Tested by 2

limitVerificationMethod · 0.76
scannerExceptionMethod · 0.76