MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / getLimit

Method getLimit

src/search/SearchQuery.java:206–208  ·  view source on GitHub ↗

@return A limit on the number of results returned per query

()

Source from the content-addressed store, hash-verified

204
205 /** @return A limit on the number of results returned per query */
206 public int getLimit() {
207 return limit;
208 }
209
210 /** @return The starting index for paging through results */
211 public int getStartIndex() {

Callers 4

searchQSParseLimitMethod · 0.80
searchPOSTMethod · 0.80
lookupAsyncMethod · 0.80
onResponseReceivedMethod · 0.80

Calls

no outgoing calls

Tested by 2

searchQSParseLimitMethod · 0.64
searchPOSTMethod · 0.64