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

Method getTSUIDs

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

Source from the content-addressed store, hash-verified

235 }
236
237 public Set<byte[]> getTSUIDs() {
238 return tsuids;
239 }
240
241 public List<GetRequest> getGets() {
242 return gets;

Calls

no outgoing calls