Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ family
Method
family
src/KeyValue.java:138–140 ·
view source on GitHub ↗
Returns the column family.
()
Source
from the content-addressed store, hash-verified
136
137
/** Returns the column family. */
138
public
byte[] family() {
139
return
family;
140
}
141
142
/** Returns the column qualifier. */
143
public
byte[] qualifier() {
Callers
6
putRead
Method · 0.95
appendOnceNoReturnRead
Method · 0.95
appendTwiceNoReturnRead
Method · 0.95
appendTwiceBatchedNoReturnRead
Method · 0.95
appendTwiceBatchedReturnRead
Method · 0.95
parseResult
Method · 0.95
Calls
no outgoing calls
Tested by
5
putRead
Method · 0.76
appendOnceNoReturnRead
Method · 0.76
appendTwiceNoReturnRead
Method · 0.76
appendTwiceBatchedNoReturnRead
Method · 0.76
appendTwiceBatchedReturnRead
Method · 0.76