Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
putRead
Method · 0.95
appendOnceNoReturnRead
Method · 0.95
appendTwiceNoReturnRead
Method · 0.95
appendTwiceBatchedNoReturnRead
Method · 0.95
appendTwiceBatchedReturnRead
Method · 0.95
call
Method · 0.95
scanCloseEarly
Method · 0.95
regression40
Method · 0.95
parseResult
Method · 0.95
Calls
no outgoing calls
Tested by
8
putRead
Method · 0.76
appendOnceNoReturnRead
Method · 0.76
appendTwiceNoReturnRead
Method · 0.76
appendTwiceBatchedNoReturnRead
Method · 0.76
appendTwiceBatchedReturnRead
Method · 0.76
call
Method · 0.76
scanCloseEarly
Method · 0.76
regression40
Method · 0.76