MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / key

Method key

src/KeyValue.java:133–135  ·  view source on GitHub ↗

Returns the row key.

()

Source from the content-addressed store, hash-verified

131
132 /** Returns the row key. */
133 public byte[] key() {
134 return key;
135 }
136
137 /** Returns the column family. */
138 public byte[] family() {

Callers 8

putReadMethod · 0.95
callMethod · 0.95
scanCloseEarlyMethod · 0.95
parseResultMethod · 0.95

Calls

no outgoing calls

Tested by 7

putReadMethod · 0.76
callMethod · 0.76
scanCloseEarlyMethod · 0.76