Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
parseResult
Method · 0.95
Calls
no outgoing calls
Tested by
7
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