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

Method setTSUID

src/meta/TSUIDQuery.java:723–725  ·  view source on GitHub ↗

@param tsuid The TSUID to store

(final byte[] tsuid)

Source from the content-addressed store, hash-verified

721
722 /** @param tsuid The TSUID to store */
723 private void setTSUID(final byte[] tsuid) {
724 this.tsuid = tsuid;
725 }
726
727 /** @param uid The metric UID to set */
728 private void setMetricUID(final byte[] uid) {

Callers 1

callMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected