MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / value

Method value

src/KeyValue.java:160–162  ·  view source on GitHub ↗

Returns the value, the contents of the cell.

()

Source from the content-addressed store, hash-verified

158
159 /** Returns the value, the contents of the cell. */
160 public byte[] value() {
161 return value;
162 }
163
164 @Override
165 public int compareTo(final KeyValue other) {

Callers 9

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

Calls

no outgoing calls

Tested by 8

putReadMethod · 0.76
callMethod · 0.76
scanCloseEarlyMethod · 0.76
regression40Method · 0.76