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

Method META_QUALIFIER

src/meta/TSMeta.java:746–748  ·  view source on GitHub ↗

@return The configured meta data column qualifier byte array

()

Source from the content-addressed store, hash-verified

744
745 /** @return The configured meta data column qualifier byte array*/
746 public static byte[] META_QUALIFIER() {
747 return META_QUALIFIER;
748 }
749
750 /** @return The configured counter column qualifier byte array*/
751 public static byte[] COUNTER_QUALIFIER() {

Callers 5

META_QUALIFIERMethod · 0.95
callMethod · 0.95
fsckMethod · 0.95
callMethod · 0.95

Calls

no outgoing calls

Tested by 2

META_QUALIFIERMethod · 0.76