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

Method makekv

test/core/TestCompactionQueue.java:1537–1539  ·  view source on GitHub ↗

Shorthand to create a KeyValue.

(final byte[] qualifier, final byte[] value)

Source from the content-addressed store, hash-verified

1535
1536 /** Shorthand to create a {@link KeyValue}. */
1537 private static KeyValue makekv(final byte[] qualifier, final byte[] value) {
1538 return new KeyValue(KEY, FAMILY, qualifier, kvCount++, value);
1539 }
1540
1541 private static KeyValue makekvWithTs(final byte[] qualifier, long ts, final byte[] value) {
1542 return new KeyValue(KEY, FAMILY, qualifier, ts, value);

Callers 15

oneCellRowMethod · 0.95
oneCellAppendMethod · 0.95
oneCellRowWAnnotationMethod · 0.95
oneCellRowBadLengthMethod · 0.95
oneCellRowMSMethod · 0.95
twoCellRowMethod · 0.95
twoCellAppendMethod · 0.95
twoCellRowWAnnotationMethod · 0.95
fullRowSecondsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected