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

Method getGets

src/core/MultiGetQuery.java:241–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 }
240
241 public List<GetRequest> getGets() {
242 return gets;
243 }
244 }
245
246 //////////////////////////////////////////////////////////////////////////////////////////

Calls

no outgoing calls