MCPcopy
hub / github.com/OpenTSDB/opentsdb / PREFIX

Method PREFIX

src/meta/Annotation.java:508–510  ·  view source on GitHub ↗

@return The prefix byte for annotation objects

()

Source from the content-addressed store, hash-verified

506
507 /** @return The prefix byte for annotation objects */
508 public static byte PREFIX() {
509 return PREFIX;
510 }
511
512 /**
513 * Serializes the object in a uniform matter for storage. Needed for

Callers 6

fsckRowMethod · 0.95
formatKeyValueMethod · 0.95
processRowMethod · 0.95
processRollupQueryMethod · 0.95
callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected